*{
    margin: 0%;
    padding: 0%;
}

body {

    background-color: #ffffff;
    font-family: 'Sono', sans-serif;

}

.cabecalho{
    background-color: #B3B4B5;
    display: flex;
    justify-content: space-around;
    align-items: center;
    }

.cabecalho__titulo {

    display: inline;

}

.cabecalho__imagem {
    width: 176px;
    height: 187px;
}

.cabecalho__menu {
    display: inline;
}

.cabecalho__menu-item{

    display: inline;
    margin-left: 20px;
    font-size: 32px;
}

.escola{
    display: flex;
    background-color: #9E9CF4;
    justify-content: center;
    align-items: center;
    margin: 20px;
    border-radius: 40px;

}
.escola__imagem {
    width: 300px;
    height: auto;
}


.turmas{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row: auto;
    background-color: #2F53D7;
    justify-items: center;
    align-items: center;
    gap: 20px;
}

.turmas__div-imagem {
    width: 200px;
    height: auto;
}

.disciplinas__div-imagem{
    width: 150px;
    height: auto;

}

.disciplinas__div-paragrafo{
    width: 150px;
}

.professores__div-imagem{
    width: 200px;
    height: auto;

}

.escola__div{
    width: 30%;
    height: auto;

}