body {
    background: #C8A2C8;
    width: 100vw;
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#main {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

#foot div {
    margin: 2em;
}

#privacy, #about {
    text-align: left;
    max-width: 800px;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.5em;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
}

img {
    border-radius: 30%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#foot a {
    text-decoration: underline;
}

div.apple-app-store-logo a {
    display: inline-block;
    overflow: hidden;
    border-radius: 13px;
    width: 250px;
    height: 83px;
}

div.apple-app-store-logo img {
    border-radius: 13px;
    width: 250px;
    height: 83px;
}

#screenshot-holder {
    text-align: center;
}

#screenshots img {
    border-radius: 1%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    width: 170px;
    height: auto;
}
