/* Custom styles */
.font-en {
    display: block;
}

.font-fr {
    display: none;
}
/* Responsive adjustments */
@media (max-width: 640px) {
    .text-3xl {
        font-size: 1.5rem;
    }
}