    body {
      font-family: Arial, sans-serif;
      text-align: center;
      margin-top: 100px;
      background-color: rgb(0, 90, 60);
    }

    button {
      padding: 20px 40px;
      font-size: 24px;
      cursor: pointer;
      color: antiquewhite;
      background-color: dimgray;
    }

    #score,
    #timer {
      font-size: 28px;
      margin: 20px;
      color: bisque;
    }