body {
  background-color: rgb(9, 17, 31);
  background-image: url('../assets/background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100%;
}

.a-loader-title {
  display: none !important;
}

.a-canvas {
  display: none;
}

/* .ar-button {
  position: absolute;
  padding: 10px 20px;
  background: rgba(0, 150, 255, 0.8);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
} */

/* #button1 {
  top: 30%;
  left: 70%;
}

#button2 {
  top: 40%;
  left: 70%;
}

#button3 {
  top: 50%;
  left: 70%;
} */