.language-switcher {
    position: absolute;
    top: 1px;
	left: 2px;
    background-color: #c52825;
    color: #fff;
    padding: 2px 2px;
    border-radius: 5px;
    font-family: 'Sk-Bold', sans-serif;
    font-size: 14px;
    z-index: 1000;
    text-align: center;
    transition: background-color 0.3s ease;
}

.language-switcher a {
    color: #fff;
    text-decoration: none;
}

.language-switcher:hover {
    background-color: #ff3300;
}
