/* STRUCTURE */
.wrapper {
  /*max-width: 450px;*/
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}

.wrapper-inner {
  max-width: 450px;
  width: 100%;
}