body {
    margin: 0px;
    font-family: sans-serif;
    color: rgb(175, 175, 175);
    background-color: #000;
    box-sizing: content-box;
    height: 100vh;
    user-select: none;

}

.spotlight {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

#container{
  touch-action: none;
  position: relative;
  background-color: #000;
  height: 100%;
  overflow: hidden;
}
