@font-face {
  font-family: "sup";
  src: url("../SupremaRegular.woff2") format("woff2");
}

body {
  margin: 0;
  position: relative;
  font-family: "sup", Arial, Helvetica, sans-serif;
  background: black;
  padding: 2rem;
}

@media screen and (min-width: 760px) {
  body {
    padding: 4rem;
  }
}
html,
body {
  height: 100%;
  overflow: hidden;
}
canvas {
  display: block;
}

#bd {
  background-color: black;
  inset: 0;
  position: absolute;
  opacity: 25%;
}

#txt {
  position: absolute;
  color: white;
  z-index: 1;
  user-select: none;
}

h1 {
  margin: 0 0 0.5rem 0;
  font-size: 3rem;
}

p {
  letter-spacing: 0.25rem;
  opacity: 25%;
  margin: 0;
}
