.footer {
    background: url("/assets/img/footer.webp");
    padding-top: 3rem;
    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;
        }
    }
}
