body {
    top: 0 !important;
}

.skiptranslate {
    display: none !important;
}

.language {
    position: absolute;
    left: 50%;
    top: 5px;
    display: flex;
    flex-direction: row;
    z-index: 10;
}

.language__img {
    margin: 2px;
    height: 16px;
    cursor: pointer;
    opacity: .5;
}

.language__img:hover,
.language__img_active {
    opacity: 1;
}

.content {
    text-align: center;
    margin: auto;
}
