body {
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  background-color: #f8f5d7;
}

  #timer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  #timer {
    font-family: 'Courier New', Courier, monospace;
    font-size: 36px;
    font-weight: bold;
    color: #ff0000;
    background: #000;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
  }

#game-container {
  position: relative;
  width: 1200px;
  height: 600px;
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #ffe79a;
  overflow: hidden;
}

#banana-zone {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: auto;
  gap: 10px;
  width: 600px;
}

.banana {
  width: 150px;
  height: 150px;
  cursor: grab;
  background-size: cover;
  background-position: center;
}

#mister-monkee {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 300px;
  height: 390px;
  background-image: url('https://mistermonkee.com/games/bananagame/MisterMonkee.png');
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}

#speech-bubble {
  position: absolute;
  bottom: 420px;
  right: 30px;
  background: rgba(255, 255, 255, 0.9);
  color: black;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

#counters {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
  border-radius: 5px;
}

#fed-count {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
  border-radius: 5px;
  color: #4caf50;
}

.button-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.button-container span {
  font-weight: bold;
}

.button-container button {
  margin: 5px;
  padding: 10px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 120px;
}

.golden-banana {
  width: 150px;
  height: 150px;
  background-image: url('https://mistermonkee.com/games/bananagame/goldenbanana.png');
  background-size: cover;
  background-position: center;
  cursor: grab;
}

#win-lose-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
}

.mint-button {
  background-color: #ff9800;
  font-size: 18px;
  padding: 15px 30px;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 20px;
  display: none;
}

  <style>
    #timer-container {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px;
    }

    #timer {
      font-family: 'Courier New', Courier, monospace;
      font-size: 54px; /* Doubled size */
      font-weight: bold;
      color: #ff0000;
      background: #000;
      padding: 10px 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
    }
    #counters {
      font-size: 18px;
      margin-bottom: 10px;
    }

    #bananas-ordered,
    #total-value {
      font-weight: bold;
      transition: color 0.3s ease;
    }

    .counter-green {
      color: green;
    }

    .counter-orange {
      color: orange;
    }

    .counter-red {
      color: red;
    }

    #get-more-bananas {
      font-size: 24px;
      padding: 20px 60px;
      background-color: #ffcc00;
      color: #333;
      border: 3px solid #ff9900;
      border-radius: 10px;
      cursor: pointer;
      width: auto;
      text-align: center;
      white-space: nowrap;
      transition: transform 0.2s, background-color 0.2s;
    }

    #start-game {
      font-size: 24px;
      padding: 20px 60px;
      background-color: green;
      color: white;
      border: 3px solid #008000;
      border-radius: 10px;
      cursor: pointer;
      width: auto;
      text-align: center;
      white-space: nowrap;
      transition: transform 0.2s, background-color 0.2s;
    }

    #get-more-bananas:hover {
      background-color: #ffaa00;
      transform: scale(1.1);
    }

    #start-game:hover {
      background-color: #006400;
      transform: scale(1.1);
    }

    #get-more-bananas:active {
      transform: scale(0.95);
    }

    #start-game:active {
      transform: scale(0.95);
    }

    #get-more-bananas:hover, #start-game:hover {
      background-color: #ffaa00;
      transform: scale(1.1);
    }

    #get-more-bananas:active, #start-game:active {
      transform: scale(0.95);
    }

    #get-more-bananas:hover {
      background-color: #ffaa00;
      transform: scale(1.1);
    }

    #get-more-bananas:active {
      transform: scale(0.95);
    }
