body {
    background-color: black;
    color: #FFFFFF;
    font-family: "Lato", sans-serif;
}

.box {
    display: flex;
    flex-direction: column;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.center {
    text-align: center !important;
}

.small {
    font-size: small;
}

.logo {
    margin: 40px auto;
    width: 128px;
}

h1,p {text-align: center}

p.intro {
    font-size: 38px;
    font-weight: bold;
}

.gif {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}


/* Links */
a:link {
    color: white;
    text-decoration: underline;
}
a:visited {
    color: white;
    text-decoration: underline;
}
a:hover {
    color: white;
    text-decoration: underline;
    cursor: pointer;
}
a:active {
    color: white;
    text-decoration: none;
}


#privacy {
    margin: 80px auto;
    max-width: 800px;
}

#privacy h1 {margin-bottom: 5px;}

#privacy h2 {
    margin-top: 50px;
}

#privacy p {
    text-align: left;
}