.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    list-style: none;
}

.social-links a {
    color: inherit;
    fill: #fff;
}

.social-links a .twitter {
    position: relative;
    top: 4px;
}

.social-links .social-network {
    padding: 0 0.5rem;
}
