body {
    margin: 0;
    padding: 0;
    background: grey;
    overflow: hidden;
  }
  

canvas {
    padding: auto;
    display: block;
    margin: auto;
    background-image: url("/img/101292838-eee2ae80-37df-11eb-89e8-4f6d3ca4a5f1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #gameOver {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  padding: 10px 20px;
}

#resetButton {
    font-size: 20px;
    padding: 10px 20px;
}

#startButton {
    font-size: 20px;
    padding: 10px 20px;
}

#menu {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  padding: 10px 20px;
}