/* dil.css */

.language-switcher {
    position: fixed;
    font-weight: bold;
    bottom: 5px;
    right: 5px;
    color:#000000;
    background-color: #fd0000;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.language-switcher a {
    text-decoration: none;
    color: #ffffff;
}

.language-switcher a:hover {
    color: #000000;
}