* {
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-decoration: none;
  list-style-type: none;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #0a0b0a;
}

body {
  background: #e5e5e5;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100vw;
}

#app {
  background-color: transparent;
}

html {
  font-size: 16px;
  /* 1rem = 16px */
}/*# sourceMappingURL=main.css.map */