.body{
    background-color: black;
}

.container__principal{
    display: flex;
    flex-direction: column;
}

.container__header{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #00008B;
    color: #fff;
    font-size: 40px;
}

.container__titulo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.container__logo{
    width: 30vh;
    height: 20vh;
    background-color: #0c0c0c;
}

.img_logo{
    width: 100%;
    height: 100%;
}

.container__display{
    display: flex;
    flex-direction: row;
}

.container__navegacao{
    width: 30vh;
    height: 75vh;
    background-color: #000;
    color: #fff;
}

.container__menu{
    width:100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto; 
}

.lista__menu{
    display: flex;
    flex-direction: column;
    
}

.items_menu{
    padding: 10px;
    text-align: center;
    font-size: 24px;
    border: 0px solid #fff;
    border-radius: 16px;
    
}

.container__main{
    width: 100%;
    height:75vh;
    text-align: center;
    font-size: 32px;
    background-color: #F5DEB3;
    color: #FFFAFA;
    overflow: auto; 
}

.titulo_display{
    padding: 1em 0;
}

.texto_sobre{
    font-size: 16px;
    color: #000;
    text-align: justify;
    padding: 0 4em;
}

.container__footer{
    height: 1vh;
    background-color: #fcfcfc;
    text-align: center;
}