<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@500&amp;display=swap");
body {
  overflow: hidden;
}

#webgl-canvas {
  position: fixed;
  z-index: -1;
}

.title {
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Cormorant", serif;
  font-size: 8rem;
}</pre></body></html>