body {
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #0d1f22;
  color: #c2e812;
  max-width: 70%;
  font-family: "Roboto Mono", monospace;
  text-align: center;
}

h1 {
  font-family: "Raleway Dots", sans-serif;
  font-size: 60px;
  margin-bottom: 0;
}

h2 {
  font-size: 24px;
  font-weight: 300;
  margin-top: 8px;
}

h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 8px;
}

.content {
  line-height: 2;
  margin: 8px;
}

.sign-up-container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  margin: 24px 0;
}

.sign-up-button {
  border: 2px solid #c2e812;
  border-radius: 16px;
  margin: 40px 8px 8px 8px;
  padding: 20px;
  font-weight: 400;
}

a {
  color: #c2e812;
  font-weight: 700;
  text-decoration: none;
}

.sign-up-button a {
  font-weight: 400;
}

.list {
  max-width: 60%;
  margin: 32px auto;
}

li {
  list-style-position: inside;
  text-align: left;
  line-height: 2;
}

footer {
  margin-top: 24px;
  font-size: 12px;
}

@media only screen and (max-width: 600px) {
  .sign-up-container {
    display: flex;
    flex-direction: column;
  }
}
