body {
    margin:0;
    font-family: 'Open Sans', sans-serif;
    background-color:#1b1b1b;
}
h1 {
    font-size:34px;
    line-height:34px;
    color:#ffffff;
    letter-spacing: 2px;
    margin-top:0px;
}
.coming-soon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
    width:100vw;
    height:100vh;
}
img {
    max-width: 100%;
}

@media screen and (max-width:564px) {
    h1 {
        font-size:26px;
        line-height:26px;
    }
}