body {
  background: #191922;
  color: #ddd7bb;
  overflow: hidden;
  font-family: serif;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
  line-height: 50px;
}

img {
  width: 50%;
}

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