.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 13px;
    list-style: none;
}

.social-links .social-network {
    margin: 0 5px;
}

.social-links a {
    color: white;
    font-weight: normal;
    text-decoration: none;
}

.social-links .social-network .social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background-color: var(--rose);
}

@media (hover: hover) {
    .social-links .social-network .social-link:hover {
        color: white;
        text-decoration: none;
    }
}
