.notizie-icon {
    position: absolute;
    top: 10px;
    right: 110px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.notizie-icon i 
{
    margin-right: 5px;
}

.notizia-blocco {
    max-width: 600px; 
    margin: 0 auto 20px auto; 
    padding: 20px;
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}




.notizia-blocco h3 {
    color: #8B4513; 
    margin-bottom: 10px;
}

.notizia-blocco p {
    margin: 5px 0;
    color: #666; 
}

.menu {
    text-align: center;
    margin-top: 20px;
}

.btn-forum 
{
    background: #FF00FF; 
    color: white;
    font-size: 18px;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.btn-forum:hover {
    background: #D400D4; 
}

.btn-sondaggi {
    background: #800080; 
    color: white;
    font-size: 18px;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.btn-sondaggi:hover {
    background: #5A005A; 
}

.btn-forum, .btn-sondaggi {
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}


.btn-forum:hover, .btn-sondaggi:hover {
    color: white !important; 
    transform: scale(1.1); 
    box-shadow: 0px 0px 15px rgba(255, 0, 255, 0.7); 
}

.btn-sondaggi:hover {
    box-shadow: 0px 0px 15px rgba(128, 0, 128, 0.7); /
}



