body {
  background-color: hotpink;
  margin: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#buttons {
  position: absolute;
  width: 50vh;
  max-width: 100vw;
  height: 100vh;
  max-height: 200vw;
}

.button {
  width: 33.33333333%;
  position: absolute;
}
.x1 {
  left: 0;
}
.x2 {
  left: 33.33333333%;
}
.x3 {
  right: 0;
}
.y1 {
  top: 0;
}
.y2 {
  top: 16.66666666666%;
}
.y3 {
  top: 33.33333333333%;
}
.y4 {
  top: 50%;
}
.y5 {
  top: 66.66666666666%;
}
.y6 {
  top: 83.33333333333%;
}