@import url("https://rsms.me/inter/inter.css");

html {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-display: swap;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-display: swap;
  }
}

body {
  padding: 0;
  margin: 0;
}

h1 {
  font-weight: 200;
  text-align: center;
  background-color: #311b92;
  margin: 0;
  padding: 20px;
  margin-bottom: 2rem;
  color: #fafafa;
}

.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
