@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css');

html {
  font-size: 16px;
}
body {
  margin: 10mm 5mm;
  background: rgb(255, 230, 0);
}
* {
  font-family: 'Pretendard', sans-serif;
  line-height: 125%;
}
p {
  margin: 0;
}
a {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: inherit;
}
#hivcdlogo {
  display: block;
  height: 4rem;
}

main {
  font-size: 2rem;
  font-weight: 700;
  word-break: keep-all;
}
