PlayerHud {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
font-family: GrotesqueNo9T;
font-size: 24px;
> .totalcorn {
position: absolute;
top: 32px;
right: 32px;
font-size: 72px;
font-weight: bold;
text-stroke: 10px black;
color: white;
}
> .timer {
position: absolute;
top: 32px;
left: 32px;
font-size: 72px;
font-weight: bold;
text-stroke: 10px black;
color: white;
}
}