#comingSoonParent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 90%;
}

#soonLogo {
    width: 20vw;
}


#soonPar {
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3vw;
    color: #FFFEFE;
    text-align: center;
}

#responsiveMenu .itemSm,
#responsiveMenu #menuBtnSm {
    display: none;
}

#responsiveMenu.open .itemSm,
#responsiveMenu.open #menuBtnSm {
    display: block;
}

@media screen and (max-width: 600px) {
    main {
        height: 10vh;
    }