*, body {
  box-sizing: border-box;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}


.get-code {
  display: flex;
  flex-direction: column;
}

.get-code-btn {
  width: 100%;
  margin-top: 1em;
  height: 32px;
}

button {
  cursor: pointer;
}

