:root {
  font-family:
    "Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo",
    "Noto Sans KR", sans-serif;
  color: #191f28;
  line-height: 1.7;
}
body {
  margin: 0;
  background: #f9fafb;
}
main {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}
h1 {
  font-size: 26px;
  margin-bottom: 8px;
}
h2 {
  font-size: 18px;
  margin-top: 36px;
}
p,
li {
  font-size: 15px;
  color: #333d4b;
}
.updated {
  font-size: 13px;
  color: #8b95a1;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
th,
td {
  border: 1px solid #e5e8eb;
  padding: 8px 10px;
  text-align: left;
}
th {
  background: #f2f4f6;
}
footer {
  margin-top: 48px;
  padding-top: 16px;
  border-top: 1px solid #e5e8eb;
  font-size: 13px;
  color: #8b95a1;
}
a {
  color: #3182f6;
}
