<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
}

html,
body {
  overflow: hidden;
}

.webgl {
  position: fixed;
  top: 0;
  left: 0;
  outline: none;
}

h1 {
  margin: 25px;
  position: absolute;
  color: white;
  font-family: 'Trebuchet MS';
}

.description {
  top: 60px;
  margin: 15px;
  padding: 20px;
  width: 280px;
  opacity: 80%;
  color: white;
  font-family: 'Gill Sans';
  border-radius: 8px;
  border: 1px solid black;
  position: absolute;
  background: #3a0061;
}
.button-link {
  position: absolute;
  left: 45%;
  top: 80%;
  padding: 10px;
  border-radius: 404px;
  border: 1px solid black;
  background: #3a0061;
  cursor: pointer;
  margin-bottom: 10px;
}
a {
  margin-left: 6px;
  margin-right: 6px;
  color: white;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-decoration: none;
}

p.click {
  left: 44%;
  top: 84%;
  margin: 10px;
  position: absolute;
  color: white;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


/*# sourceMappingURL=main.css.map*/</pre></body></html>