<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
  margin: 0;
  overflow: clip;
  background: #1B2021;
  font-family: 'DM Serif Display', serif;
}

main{
  position: fixed;
  display: flex;
  top: 0;
  height: 100vh;
}

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

.container{
  z-index: 2;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1{
  color: white;
  font-size: 5rem;
}</pre></body></html>