body {
  background: #101010;
  color: #eee;
}

a {
  color: #fbb112;
  text-decoration: none;
  background: #222222;
  padding: .4em .8em;
  margin: .5em;
  border-radius: .5em;
  width: fit-content;
}

.big {
  font-family: Mono;
  font-size: 3em;
}

.content {
  display: flex;
  flex-direction: column;
  align-content: center;
  width: min(90vw, 50rem);
  margin: auto;
  justify-content: center;
}

figure {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 2em auto;
}

figure > * {
  display: flex;
  justify-content: center;
  margin: 2em;
}

.top {
  margin: 1em;
}
