#play-button{
    background-color: rgb(60, 198, 6);
    border: solid rgb(54, 179, 0) 0.4vw;
    border-radius: 2vw;
    height: 4vw;
    color:rgb(248, 255, 31);
    font-weight: 600;
    font-size: 2vw;
}
#play-button:hover{
    border: solid rgb(109, 255, 46) 0.4vw;
    background-color: rgb(53, 168, 7);
    font-weight: 800;
    text-shadow: white 2px 2px;
}