header {
    width: 100%;
}

#language-verification{
    text-align: center;
}



@keyframes fadeIn { /* Define the fade-in animation */
    to { 
        opacity: 1;
    }
}


header img {
    margin: auto;
    opacity: 0; /* Start invisible */
    animation: fadeIn 3s ease-in-out forwards; /* Animation properties */
    width: 15%;
}