/* 본문 영역을 선택한 후 글자 크기와 글자 색상을 지정 */
body {
  font-size: 1rem;
  color: green;
  font-family: "Pretendard Variable", Pretendard, sans-serif;
}
