body {

  margin: 0;

  display: flex;

  justify-content: center;

  align-items: center;

  height: 100vh;

  background: #000;

  color: #fff;

  flex-direction: column;

  overflow: hidden;

  font-family: 'My love', sans-serif;

}

canvas {

  position: absolute;

  top: 0;

  left: 0;

}

.text {

  position: absolute;

  bottom: 50px;

  font-size: 1.5rem;

  font-weight: 300;

  letter-spacing: 2px;

  text-shadow: 0 0 15px red;

}