body {
    background-color: #fef2cd;
}

.attivo {
    transition: transform .2s;
    /* Animation */
}

.attivo:hover {
    transform: scale(1.02);
}

.ombra {
    text-shadow: 2px 2px 4px #000000;
}

.big
{
    font-size: larger;
    font-weight: 600;
}