ScoreBoard
{
position: absolute;
right: 2rem;
display: flex;
flex-direction: column;
font-size: 1.2rem;
font-family: Poppins;
color: #fff;
background-color: #000a;
padding: 1rem;
margin-bottom: 1rem;
}
.score
{
width: 100px;
justify-content: flex-end;
flex-grow: 1;
}