body {
    background-color: #228B22; /* Verde foresta */
    color: white;
    font-family: Arial, sans-serif;
}

.navbar-custom, .footer-custom {
    background-color: #f5f5dc; /* Avorio */
    padding: 15px 0;
}

.logo {
    max-width: 150px;
}

.form-container {
    max-width: 500px;
    background: #f4f4f4;
    padding: 20px;
    border-radius: 10px;
    color: black;
}

.footer-custom {
    text-align: center;
    color: black;
}

.footer-info {
    text-align: left;
}

.footer-social {
    text-align: right;
}

.social-icon {
    width: 30px;
    margin: 0 5px;
}