.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 20px;
    list-style: none;
}

.social-links a {
    color: inherit;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.social-links a:hover {
    text-decoration: none;
}

.social-links .social-network {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: white;
    margin-right: 20px;
    color: var(--blue);
}

@media (min-width: 64em) {
    .social-links .social-network {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
}
