.ReStartBtn{
    border: solid 4px rgb(119,54,0);
    border-radius: 12px;
    width: 25vw;
    padding: 3.7vh;
    background-color: rgb(184,90,32);
    color: white;
    cursor: pointer;
    position: absolute;
    top: 62.22vh;
    left: 36.66vw;
    font-size: 3.7vh;
}
.ReStartBtn:hover{
    transform: scale(1.2);
}