* {
    margin: 0%;
    padding: 0%;
}


body {
    font-family: 'Sono', sans-serif;
    background-color: #fafafa;


}

.cabecalho {
    background-color: rgb(139, 137, 135);
    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-columns:  1fr 1fr 1fr ;
    place-items: center;
    justify-items: cen;
    background-color: #FEC229;

}

.professores__div-imagem {
    width: 120px;
    height: auto;
}