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

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img, picture, video, canvas, svg {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

body {
  color: #cdd6f4;
  background-color: #1e1e2e;
  justify-content: center;
  align-items: center;
  min-width: 405px;
  margin: 0;
  font-family: "Font Awesome 5 Regular", sans-serif;
  font-size: x-large;
  display: flex;
}

button {
  color: inherit;
  box-shadow: none;
  background-color: #313244;
  border: 0;
  border-radius: 6px;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

body div {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.footer {
  color: #e5e7eb;
  justify-content: space-around;
  padding: 50px 0;
  font-size: 18px;
  display: flex;
}
/*# sourceMappingURL=index.2cdaf7bc.css.map */
