body {
    margin: 0;
    background: black;
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

#logo img {
    width: 45em;
    height: 25em;
}

#content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40em;
    height:100vh;
}

.base-texto {
    padding-top: 0.5em;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #FE9808;
}

.em-breve {
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
}

#em-breve {
    font-size: 5em;
}

#em-breve2 {
    font-size: 2em;
}

#entre-em-contato {
    font-size: 1.5em;
}
#whatsapp-logo {
    height: 1em;
    padding-right: 0.5em;
}

.vcenter{
    align-items: center;
}

#contato-whatsapp {
    display: flex;
    align-items: center;
    line-height: 1em;
    font-size: 2em;
}