body {
    background: url('media/banner.png') no-repeat center center fixed;
    background-size: cover;
}

.logo {
    max-width: 50%;
    height: auto;
}

@media (max-width: 768px) {
    .logo {
        max-width: 80%;
    }
}

.contact-info {
    font-size: 1.2rem;
    color: #65982c;
}

.contact-info a {
    color: #65982c;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

h1 {
    color: rgb(101, 152, 44);
}

a {
    text-decoration: none;
}
.whatsapp-button {
    position: fixed;
    top: calc(100% - 78px);
    right: 80px;
    background-color: #25D366;
    color: #fff;
    padding: 4px 8px 4px 4px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 2px 8px #0a1015;
}

.whatsapp-button img {
    margin-right: 10px;
    max-width: 40px;
    max-height: 40px;
}

.whatsapp-button span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    font-weight: bold;
}

.whatsapp-button:hover {
    cursor: pointer;
    text-decoration: none;
}

@media (max-width: 767px) {
    .whatsapp-button {
        background-color: transparent;
        padding: 0;
    }

    .whatsapp-button img {
        max-width: 48px;
        max-height: 48px;
        margin-right: -60px;
        margin-top: -50px;
    }

    .whatsapp-button span {
        display: none;
    }
}
