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;
}
