html {
    /*font-family: "Ariel", sans-serif;*/
    font-family: "Playfair Display", sans-serif;
}

body {
    margin: 0px;
    text-align: justify;
    font-size: larger;
    font-weight: 400;
    background-image: url("img/background.png");
    background-size: cover;
}

div.header {
    display: grid;
    grid-template-columns: 15% auto 15%;
    margin: 10px;
    padding: 0px;
    border: 0px solid black;
    
    font-size: 28px;
    text-align: center;
    color: white;
}

.icon {
    background-image: url("img/Icon.png");
    background-size: cover;
}

.banner {
    background-color: #00a99d;
}

h1 {
    font-family: "Anton", sans-serif;
    padding: 0px;
}

.sshotimg {
    width: 80%;
}

div.emojis {
    font-family: "Apple Color Emoji";
}

div.intro {
    margin: 50px;
}

div.screen-shots {
    padding: 50px;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    width: fit-content;
}

.grid-item {
    display: table-column;
}

div.privacy-policy {
    margin: 15px;
    padding: 5px;
}

div.footer {
    background-color: darkslategrey;
    color: white;
    font-family:'Times New Roman', Times, serif;
}

