*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  html {
    font-size: 75%;
  }
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin: 1rem;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background: #e1ecff;
  color: #10192a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

a {
  color: #10192a;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #4672eb;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 1.5rem 0;
}

svg {
  display: block;
  margin: 0 auto 1rem auto;
}

html,
body {
  height: 100%;
}

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