#language-selector {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    z-index: 1000;
}

#language-selector a {
    text-decoration: none;
    color: white;
    margin: 0 5px;
}

#language-selector a:hover {
    text-decoration: underline;
}
