body {
   
}
.eng-text {
    font-size: 2rem;
    cursor: pointer;
    font-weight: 500;
}
.eng-text:hover {
    background-color: aquamarine;
}
.perevod {
    font-size: 1.4rem;
    color: rebeccapurple; 
}