* {
    margin: 0;
    padding: 0;
}

.comingsoon {
    min-height: 100vh;
    display: grid;
    justify-content: center;
    align-content: center;
    color: white;
    text-align: center;
}

.comingsoon img {
    height: 300px;
    width: auto;
}

h4{
    margin-top: 50px;
    font-family: 'Josefin Sans';
    font-weight: 300;
    text-transform: uppercase;
}

@media only screen and (max-width: 500px) {
    .comingsoon img {
        height: 150px;
        width: auto;
    }
}