    body {

        background-color: #4B2E2E; /* Dark Brown */

        color: white;

    }

    .navbar {

        background-color: #800020; /* Dark Brown */

    }

    .nav-link {

        color: White; /* White */

    }

    .navbar-brand img {

        height: 50px;

    }

    .section {

        padding: 60px 0;

        text-align: center;

    }

    .social-icons a {

        color: white;

        font-size: 24px;

        margin: 10px;

    }

    .container-text {

        max-width: 800px;

        margin: auto;

        text-align: justify;

    }

    #toTop {

        position: fixed;

        bottom: 20px;

        right: 20px;

        background-color: transparent;

        border: none;

        color: white;

        font-size: 30px;

        cursor: pointer;

    }

 #contact-form {

    display: flex;

    flex-direction: column;

    gap: 10px;

    max-width: 400px;

    margin: auto;

}

#contact-form input, #contact-form textarea {

    width: 100%;

    padding: 10px;

    border: 1px solid #ccc;

    border-radius: 5px;

}

#contact-form button {

    background-color: #007bff;

    color: white;

    padding: 10px;

    border: none;

    cursor: pointer;

    border-radius: 5px;

}

.social-icons, .contact-icons {

    margin-top: 20px;

    text-align: center;

}

.social-icons a, .contact-icons a {

    margin: 0 10px;

    font-size: 24px;

    color: White;

    text-decoration: none;

}

.contact-icons a:hover {

    color: #25d366; /* Green for WhatsApp */

}

.footer {

        text-align: center;

        padding: 20px;

        background-color: #800020;

        color: white;

        margin-top: 20px;

    }
