body {
  max-width: 1200px;
  margin: 0 auto; 
  font-family: 'Noto Sans KR', sans-serif;
  background-color: #fff;
  box-sizing: border-box;
}
 
a {
    text-decoration: none;
    color: inherit;
}
