.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.container .logo {
  max-height: 14rem;
}

.container .code {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}

.container .message {
  display: block;
  font-size: 1rem;
  text-align: center;
}

.container .controls {
  display: flex;
  justify-content: space-evenly;
  margin-top: 2rem;
}

a.button {
  text-transform: uppercase;
}
