*{
    margin: 0%;
    padding: 0%;
}
body {
    font-family: 'Sono', sans-serif;
background-color: #efeaea; 

}

.cabecalho{
background-color: #5C5353;
display: flex;
justify-content: space-around;
align-items: center;
}
.cabecalho_titulo {

    display: inline;
}

.cabecalho_imagem {

width: 130px;
height: 160px;
border-radius: 100px;

}

.cabecalho_menu{
    display: inline;

}

.cabecalho_menu-item{

    display: inline;
    margin-left: 20px;
    font-size: 32px;
}

.escola{
     display: flex;
    background-color: darkgray;
    justify-content: space-around;
    align-items: center;
    margin: 20px;
    border-radius: 40px;
}
.escola__imagem {
    width: 300px;
    height: auto;
    
    }


.professores {
    display: grid;
    justify-content: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr ;
    /* align-items: center; */
    justify-items: center;
    background-color: #FBDF4B;
}
.professores__div-imagem {
    width: 120px;
    height: auto;
}