html {
    background-color: #fffae1;
}
body{
    margin: 0;
    background: #fffae1;
    display:flex;
}

#logo {
    display: block;
    width: 5em;
}
main {
    background: #fffae1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.cabeza{
    max-width: 11em;
    max-height: 11em;
    margin-bottom: 7px;
    margin-top: 15px;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
}
.texto{
    max-width: 15em;
    max-height: 15em;
    margin: 10px;
    text-align: center;
    justify-content: center;
}
.boton{
    max-width: 11em;
    max-height: 9em;
    margin: 4px 6px;
    text-align: center;
    justify-content: center;
}
.dibujo{
    margin: auto;
    text-align: center;
    max-width: 9em;
    margin: 10px;
    text-align: center;
    justify-content: center;
}

#menu {
    background-color:#46a951;
    height: 2.5em;
    margin-bottom: 1em;
}
#welcome {
    font-family: 'Oswald', sans-serif;
    color: #46a951;
    font-size: 1.7em;
    margin-top: 6px;
}

#menu p {
    margin-top: 8px;
    font-family: 'Oswald', sans-serif;
    color: #fffae1;
}

#menu-icon {
    width: 1.3em;
    right: 7px;
    position: absolute;
    top: 11px;
}

#menu-arrow {
    left: 11px;
    position: absolute;
    width: 20px;
}

#construction {
    font-family: 'Oswald', sans-serif;
    color: #46a951;
    font-size: 65px;
}
#return{
    font-family: 'Oswald', sans-serif;
    color: #46a951;
    font-size: 35px;
    text-decoration: none;
}
#return-p :hover{
    text-decoration: underline;
}
