body {
  font-family: 'JetBrains Mono', monospace;
  background: #1e1e1e;
  color: #e5e5e5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* height: 100vh; */
  margin: 0;
  text-align: center;
}

a {
  background: #11350a;
  color: #fff;
  padding: 1em 2em;
  text-decoration: none;
  margin-top: 1em;
  display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
}

p {
	line-height: 1em;
}

.spacer {
	height: 2em;
}

a:hover {
  background: #11350a;
}
