body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #001a01;
  font-family: 'Monaspace Xenon', monospace;
  color: #1fff28;
}

.pixelate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  z-index: 99;
}

h1 {
  font-size: 56px;
  text-align: center;
}

.body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  position: relative;
  z-index: 0;
}
