.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    list-style: none;
}

.social-links a {
    color: inherit;
}

.social-links .social-network {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: var(--aqua);
}

@media (min-width: 64em) {
    .social-links .social-network {
        width: 40px;
        height: 40px;
    }
}
