html {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  overflow: hidden;
}

div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

canvas {
  background-color: black;
  position: absolute;
  z-index: -1;
  width: 100%;
}

h1 {
  color: white;
  text-align: center;
  font-family: Arial;
  font-size: 144px;
}

p {
  color: white;
  text-align: center;
  font-family: Arial;
  font-size: 56px;
}

img {
  margin: 0 auto;
}
