.anteprimaTesto{
    text-align: center;
    font-size: 20px;
    font-family: var(--font);
}

#MostraAnteprima{
    display: flex;
    justify-content: center;
}

#anteprimaImmagine{
    display: block;
    padding-left: 42%;
    padding-right: 40%;
    margin: 0 auto; 
}

#contenitoreNomeClasse{
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 1px solid black;
    font-size: 25px;
    width: 400px;
    text-align: center;
    line-height: 50px;
    height: fit-content;
    background-color: white;
}

#contenitoreAttributi{
    font-family: var(--font);
    border-top: 1px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 1px solid black;
    text-align: center;
    background-color: white;
    width: 400px;
    height: fit-content;
    font-size: 15px;
}

#contenitoreMetodi{
    border-top: 1px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    background-color: white;
    width: 400px;
    height: fit-content;
    font-size: 15px;
}

.nomeClasseAnteprima{
    font-family: var(--font);
}

.attributiInAnteprima{
    text-align: left;
    margin-left: 9px ;
    font-size: 20px;
    font-family: var(--font);
}