* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

html {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #222;
}

a {
  text-decoration: none;
  color: #b308d0;
}

.h100 {
  height: 100%;
}

main {
  min-height: 80vh;
}

.login-box {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}/*# sourceMappingURL=style.css.map */