footer .row {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer h4,
footer p {
    margin: 0 auto;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 5px;
}

.social-icon {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
}
