body{
    text-align: center;
    padding: 10px;
    background-color: rgb(205, 215, 173);
}
.number{
    margin: 10px;
    color: rgb(232, 8, 8);
    size: 100%;
    text-align: right;
font-size: 50px;
}
h1{
    color: rgb(22, 22, 24);
}
.again{
    text-align: left;
    background-color: rgb(251, 244, 241);
}
.check{
    background-color: rgb(239, 214, 214);
    text-transform: capitalize;
    font-size: larger;

}
.between{
    text-align: right;
    font-size: larger;
}
.label-score{
    font-size: 30px;
    font-weight: bold;
    color: rgb(60, 16, 125);
    padding: 10px 25px;
    text-shadow: 2px 2px 5px rgb(141, 105, 105);

}
.label-highscore{
     font-size: 30px;
    font-weight: bold;
    color: rgb(9, 8, 8);
    text-shadow :2px 2px 2px rgb(147, 14, 18);

}