html {
  overflow: hidden;
  font-size: 16px;
  font-family: "Pretendard", sans-serif;
  height: 100vh;
}

body {
  margin: 0;
  background: #fff;
  color: #202020;
  font-family: "Pretendard", serif;
  display: flex;
  overflow: hidden;
  height: 100vh;
}

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