:root {
  --paper: #f4f0e8;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Sometype Mono", monospace;
  font-optical-sizing: auto;
  font-style: normal;
}

main {
  padding: 1rem;
  background-color: var(--paper);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: justify;
}

img {
  width: 100%;
}

#sparkles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
}
