

.header .logo img {
    height: 60px;
    width: auto;
}

/* CONTENUTO */
.prenota-content {
    width: 90%;
    max-width: 900px;
    margin: 60px auto;
    font-size: 18px;
    line-height: 1.6;
}

.prenota-content p {
    margin-bottom: 25px;
}

/* PULSANTI */
.btn-contatti,
.btn-back {
    display: inline-block;
    padding: 12px 28px;
    background: #97CA41;
    color: white;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
    margin-top: 20px;
    margin-bottom: 30px;
}

.btn-contatti:hover,
.btn-back:hover {
    background: #7fb336;
}


/* FOOTER SCURO */
.footer {
    background: #222;
    color: white;
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
}