body {

    background-color: brown;
    text-align: center;
    color: aliceblue;
}

.caixas{
background-color: antiquewhite;
margin: 10px auto;
width: 600px;
height: 30px;
text-align: center;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
color: black;
padding: 5px 5px;
border-radius: 10px;


}   

#destaque{

    width: 100%;
    height: 400px;
    background-image: url("/imagens/multidao.png");
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
  
    
}

#titulo-destaque{
    color:black;
    
}


footer{
    display:flex;

}

footer > p{
    width: 150px;
}

.h1-section{
    background-color:black;
    color: white;

vertical-align: middle;
    height: 100px;
   
    display: flex;
    align-items: center;
    justify-content: center;
    
}