.key--letter,
.key--number {
 font-size: clamp(.7rem, 4vw, 5.3rem);
 font-weight: bold;
 mix-blend-mode: multiply;
}
.end{
 font-size: clamp(1rem, 5.8vw, 8rem);
}

.pangram-letter{
 font-family: Helvetica;
 font-size: clamp(.7rem, 4vw, 5.3rem);
 color: #1E4BE0;
 font-weight: bold;
 mix-blend-mode: multiply;
 opacity: 0;
}
.symbol{
 opacity: 1;
}
.text{
 font-family: Helvetica;
 font-size: clamp(.5rem, 3vw, 2.3rem);
 color: #B5B5B5;
 font-weight: bold;
 mix-blend-mode: multiply;
}
.grey{
 color: #B5B5B5;
}
.menu{
 font-family: Helvetica;
 font-size: clamp(.3rem, 3vw, 2rem);
 color: #1E4BE0;
 font-weight: bold;
 mix-blend-mode: multiply;
}
.level{
 font-family: Helvetica;
 font-size: clamp(1.2rem, 5vw, 8rem);
 color: #B5B5B5;
 font-weight: bold;
 mix-blend-mode: multiply;
}
.unfinished{
 color: #B5B5B5;
}
em{
 color: #8E7700;
 font-family: arial;
}

a{
 color: #1E4BE0;
 text-decoration: none;
}