body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0;
  font-family: 'Michroma', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
  overflow: hidden;
}

#dirt-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  display: block;
}

h1,
h2 {
  position: relative;
  z-index: 1;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0.5em 0 0.2em 0;
  color: #fff;
  letter-spacing: 2px;
  font-family: 'Amarante', serif;
}

h2 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 0.5em 0;
  color: #fff;
  letter-spacing: 1px;
}
