body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  text-align: center;
}

main {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer {
  padding: 20px;
}

figure {
  font-size: 75px;
  margin: 0;
}

.ak-button {
  margin-top: 30px;
}

.as-link {
  color: var(--ds-link, #0052cc);
  text-decoration: none;
  cursor: pointer;
}

.as-link:hover {
  text-decoration: underline;
}
