.box {
  width: 150px;
  height: 50px;
  margin: 2px;
  background-color: red;
  border-radius: 10px;
  text-align: center;
  color: white;
  font-weight: bold;
  position: absolute;
}

.button-container {
  display: flex;
  justify-content: center;
  gap: 20px; /* butonlar arası boşluk */
  margin-top: 20px;
}

#button2 {
  z-index: 1;
  margin-right: 200px;
}

.buttons {
  position: relative;
  margin-left: 40%;
  margin-top: 2%;
}
