.footer-dark a {
    color: lightgray !important;
    text-decoration: none;
}

    .footer-dark a:hover {
        color: #ffc107 !important;
    }

footer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media (max-width: 576px) {
    .schedule-button {
        width: 100%;
    }
}
