body {
  margin: 0;
  padding: 0;
  touch-action: none;
  background-attachment: fixed;
  font-family: "Roboto", sans-serif;
}

canvas {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

#background-container {
  position: absolute;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

/* Estilos para navegadores WebKit (Google Chrome, Safari) */
::-webkit-scrollbar {
  width: 1px;
  /* Ancho de la barra de desplazamiento */
}

::-webkit-scrollbar-thumb {
  background-color: #ff0000;
  /* Color del pulgar (scrollbar handle) */
  border-radius: 6px;
  /* Radio de esquinas del pulgar */
}

model-viewer {
  width: 100%;
  height: 100%;
}

/* SI NO LE SABE NO LE MUEVA */

#TEST {
  position: fixed;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 1.2em;
  background-color: rgb(255, 0, 0);
  border-radius: 1em;
  padding: 1em;
  z-index: 9999999999999999999999999999;
}

#TEST a {
  display: block;
  background-color: black;
  color: white;
  padding: 1em;
  margin: 1em;
  border-radius: 1em;
  text-decoration: none;
}
