footer {
    background-color: #11111b;
    color: white;
    padding: 40px 20px;
    text-align: center;
    position: relative;
}

footer img {
    height: 300px;
}

.footer-text {
    margin-top: 0.5rem;
    font-size: 14px;
    opacity: 0.8;
}

.contact-links {
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-links h3 {
    margin-bottom: 5%;
}

.contact-links span {
    color: gray;
    font-size: 14px;
}

.contact-button {
    background-color: #1d1d3b;
    border-radius: 10px;
    width: 100%;
    height: 45px;
    text-align: center;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
    margin-top: 1rem;
}

.contact-button:hover {
    background-color: #24244a;
}

.border-top {
    margin-bottom: 1rem;
}

.border-bottom {
    margin-top: 1rem;
}

.centered-text {
    text-align: center;
    color: gray;
    display: flex;
    justify-content: center;
    margin-bottom: 1%;
}

.logo-footer-image {
    background: url(./images/logo.png) center;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

@media (max-width: 576px) {
    .logo-footer-image {
        height: 300px;
    }
}
