/* CodingQueen40 Global Styles */
body {
    background-color: #f5f0ff;
    font-family: 'Poppins', sans-serif;
}

/* Icônes de réseaux sociaux */
.social-icons a {
    transition: transform 0.2s ease;
}

.social-icons a:hover {
    transform: scale(1.1);
}