body {
  margin: 0;
  overflow: hidden;
  background-color: white;
  color: black;
  font-family: Verdana;
  height: 100%;  
  text-align: center;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

p {
  color: white;
}

h1 {
  color: white;
}