body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #0905ac;
  color: #ff0000;
}

.container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 1.5rem;
  box-sizing: border-box;
  text-align: center;
}

.title {
  margin: 0;
  font-size: 2.25rem;
}

.cover-link {
  display: inline-block;
}

.cover-image {
  display: block;
  width: min(720px, 90vw);
  height: auto;
}

.cta-wrapper {
  margin: 0;
}

.cta-link {
  color: #ff0000;
  font-size: 1.75rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.cta-link:hover,
.cta-link:focus-visible {
  text-decoration: underline;
}
