.tooltip {
position: absolute;
bottom: calc(100% + 0.5rem);
left: 0;
right: 0;
width: fit-content;
padding: 4px 8px;
border-radius: 5px;
visibility: visible;
background-color: hsl(0, 0%, 65%);
color: hsl(0, 0%, 95%);
z-index: 1;
}.language {
position: relative;
width: 32px;
}
