/* ESTILOS DO MENU LATERAL */
.menu__container {
font-size: 16px;
width: 74px;
left: 0%;
height: 90%;
}
.menu__lista {
display: flex;
flex-flow: column;
justify-content: space-evenly;
height: 23.5em;
gap: 0.5em;
}