html {
  height: 100%;
}

body {
  font-family: 'EB Garamond', serif;
  color: #95959550;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

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

.main {
  font-size: 5rem;
  position: absolute;
}

.coming-soon {
  float: right;
  font-size: 1.5rem;
}