body{
    background-color: rgb(44, 48, 52);
     text-align: center;
    font-family: Arial, sans-serif;
}
canvas{
    border: 2px solid gray;
 
}
#resetButton {
    position: absolute;
    top: 120%;
    left: 48%;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
}
#resetButton:hover {
    background-color: #45a049;
}
#highscoreButton {
    position: absolute; /* or fixed depending on your layout */
    top: 70px; /* Adjust this value for vertical placement */
    left: 47%;
    padding: 10px 20px;
    font-size: 16px;
}