.social-links a {
    color: white;
    text-decoration: none;
    margin: 0 5px;
    transition: color 0.3s;
}

.social-links a:hover {
    color: black;
}
