body {
    background-color: #323232;
    color: white;
    font-size: 20px;
    font-family: 'Cinzel', serif;
    margin: 0;
}

h1 {
    font-weight: normal;
    text-align: center;
    margin: 0;
}

a:link, a:visited, a:hover, a:active {
    color: white;
    text-decoration: none;
}

.comingsoon {
    text-align: center;
    max-width: 70%;
    margin: 125px auto 0 auto;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #ababab;
    text-align: center;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ababab;
    text-align: center;
}

.social {
    margin: 0 10px;
}

@media (min-width: 768px) {
    .comingsoon {
        margin: 250px auto 50px auto;
    }
}