.container {
  display: grid;
  place-items: center;
  min-height: 100vh;
  background-color: #1B211A;
}

.content {
  font-family: "Courier New", Courier, monospace;
  font-size: clamp(1.1rem, 3.5vw, 1.6rem);
  color: #628141;
  padding: 2rem 1.5rem;
  width: 100%;
  max-width: 36rem;
  box-sizing: border-box;
}

h1 {
  margin: 0 0 1rem 0;
  font-size: inherit;
  font-weight: normal;
  color: #8BAE66;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  line-height: 1.8;
}

.dim {
  color: #3a4d32;
  user-select: none;
}

a {
  color: #8BAE66;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #EBD5AB;
}

p {
  margin: 0 0 1.5rem 0;
  line-height: 1.6;
  color: #628141;
}

.back {
  display: block;
  margin-bottom: 1.5rem;
  color: #628141;
}

.back:visited {
  color: #628141;
}
