html,

body {

  height: 100%;

  padding: 0;

  margin: 0;

  background: rgba(0, 0, 0, 0.851);

}

canvas {

  position: absolute;

  width: 100%;

  height: 100%;

}

h1 {
  color: white;
}
p {
  color: white;
  text-align: center;
  font-family: Arial, sans-serif;
  margin-top: 20px;
}