html, body {
  overflow: hidden;
  height: 100%;
}

main {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
}

.required-asterisk {
  color: var(--bs-danger);
}