.footer {
    background: url("/assets/img/footer.webp") center center no-repeat;
    background-size: fit, cover;

    padding-bottom: 3rem;
    text-align: center;
    .social {
        display: flex;
        gap: 20px;
        justify-content: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
        svg {
            width: 23px;
            height: 23px;
        }
    }
}
