.sfondo {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.titolo {
    text-align: center;
    color: green;
    font-family: "Lucida Console", "Courier New", monospace;
}

.IMG-Enti {
    width: 175px;
    margin-left: 20px;
}

.IMG-Enti:hover {
    cursor: hand;
}

.ente {
    color: cyan;
    margin: auto;
    margin-left: 85px;
    font-family: 'Garamond';
}

.IMG-Teor {
    width: 175px;
    margin-left: 20px;
}

.teor {
    color: cyan;
    margin: auto;
    margin-left: 65px;
    font-family: 'Garamond';
}