body {
  font-family: monospace;
  font-size: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
}

article {
  max-width: 56rem;
  transition: opacity 0.25s;
}

.disabled-link {
  color: inherit;
  text-decoration: none;
  cursor: text;
  pointer-events: none;
}

@media screen and (max-width: 1500px) {
  body {
    font-size: 1.25rem;
    padding: 0 2rem;
  }

  article {
    max-width: 40rem;
  }
}
