body {
  background-color: white;
  color: #ff7900;
  font-size: 3em
}

h1 {
  color: white;
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 20px;
}

.center {
text-align: center;
 padding: 5em;
}

canvas {
  
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
}
