html,
body {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center !important;
}
html main a,
body main a {
  color: rgba(var(--bs-text-dark), var(--bs-link-opacity, 1));
}

.divider::after, .divider::before {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}

/*# sourceMappingURL=guest.css.map */
