body
{
  background-color: #000000;
}
canvas {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:-1;
  }

.disable-selection {
     -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer */
   -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
} 
h1 {
  color: white;
  
  top: 100px;
  text-align: center;
  /* position: absolute; */
}
h2
{
  color: white;
  text-align: center;
}
a
{
  color: white;
}