/* CONTATTI */
#contatti{
    display: flex;
    justify-content: center;
}

#contatti th{
    text-align: right;
    padding-right: 10px;
}

#contatti td{
    text-align: left;
    padding-right: 10px;
}

#contatti th,
#contatti td,
#contatti tr{
    width: 400px;
}

#contatti tr{
    height: 25px;
}

#contatti a {
    color: var(--text-color);
    text-decoration: underline;
}

#contatti a:hover {
    text-decoration: none;
}


/* ANIMATORI */
.contenitore-foto-animatori{
    display: flex;
    justify-content: center;
}

figure{
    margin-bottom: 70px;
}

figcaption{
    text-align: center;
    font-weight: bolder;
    font-size: xx-large;
}

.foto-animatori{
    width: 60%;
    text-align: center;
}

/* CUOCHE */




/* ORGANIGRAMMA */
.organigramma-ruolo{
    font-size: large;
}

.organigramma-nome{
    font-size: medium;
}

table{
    width: 100%;
}

table td{
    justify-content: center;
}

figure div{
    text-align: center;
}

.foto-organigramma{
    width: 250px;
    border-radius: 20px;
}