
  body {
  text-align: center;
  background-color: black;
  color: white;
  font-family: 'VT323' monospace;
}
.floating-button1 {
  position: absolute;
  top: 706px; /* Adjust as needed */
  left: 83%; /* Centers the button horizontally */
  transform: translateX(-100%);
}

.floating-button2 {
  position: absolute;
  top: 706px; /* Adjust as needed */
  left: 13%; /* Centers the button horizontally */
  transform: translateX(100%);
}

.floating-button3  {
  position: absolute;
  top: 806px; /* Adjust as needed */
  left: 13%; /* Centers the button horizontally */
  transform: translateX(100%);
}

.floating-button1 img,
.floating-button3 img,
.floating-button4 img,
.floating-button2 img {
  width: 160px;
  height: auto;
}

.floating-button4 {
  position: absolute;
  top: 806px; /* Adjust as needed */
  left: 83%; /* Centers the button horizontally */
  transform: translateX(-100%);
}