.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    list-style: none;
    color: var(--blue);
}

.social-links a {
    color: inherit;
}

.social-links .social-network {
    /* padding: 0 0.5rem; */
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background-color: var(--white);
    line-height: 48px;
    font-size: 20px;
    display: inline-block;
    padding: 0px 10px;
    margin: 0 8px;
    margin-bottom: 45px;
    text-align: center;
}
