.social-links {
    display: flex;
    justify-content: center;
    align-items: center;

    a {
        text-decoration: none;
        padding: 1rem;
    }
    svg {
        width: 23px;
    }
}
footer {
    p {
        margin: 0px;
    }
}
