body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
}

#navbar {
    color: white;
    background-color: #07549F;
}

.logo {
    float: left;
    height: 50px;
    margin: 10px;
}

.logout {
    float: right;
    margin: 20px;
    text-decoration: none;
}

header {
    text-align: center;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.play {
    color: #07549F;
    font-size: 80px;
    text-decoration: none;
}

footer {
    margin: 30px 0 10px 0;
}

#social-icons {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
}

#social-icons li {
    display: inline-block;
}

#social-icons a {
    background-image: url(/static/icons.png);
    background-repeat: no-repeat;
    background-size: auto 28px;
    display: block;
    height: 28px;
    width: 28px;
}

#social-icons .youtube {
    background-position: -28px 0;
}

#social-icons .discord {
    background-position: -84px 0;
}

#social-icons .twitter {
    background-position: 0 0;
}

#social-icons .email {
    background-position: -56px 0;
}

a.privacy-policy {
    margin-left: 30px;
    text-decoration: none;
}

a.privacy-policy:hover {
    text-decoration: underline;
}