.language-switcher {
    position: fixed; 
    top: 10px;       
    right: 10px;   
    z-index: 1000;   
    padding: 5px 10px; 
}

.language-switcher a {
    text-decoration: none; 
    color: #007bff; 
    margin: 0 5px; 
}

.language-switcher a:hover {
    text-decoration: underline; 
}

.errorAlert{
    list-style-type: none;
    margin: 0;
    padding: 0;
}