.wrapper {
    color: #fff;
}

.buttonLang {
    cursor: pointer;
    transition: opacity 0.4s ease;
    opacity: 0.8;
    padding: 15px 0;
}

.buttonLang:hover {
    opacity: 1;
}


.buttonLang:first-of-type {
    margin-right: 1rem;
}

.buttonLang:last-of-type {
    margin-left: 1rem;
}