
 /* 스크롤바 너비 조절 */
::-webkit-scrollbar {
  width: 2px; /* 원하는 너비로 설정 */
  }

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3); /* 스크롤바 색상 */
  border-radius: 2px;
  }

::-webkit-scrollbar-track {
  background: transparent;
  }
    
@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  }
    
*{
  line-height: 1.2;
  font-family: 'Pretendard-Regular'
  }
      
body{
  width: 313px; height: 500px; margin: 0px; padding: 0px; font-size: 13px; word-break: keep-all;
  }
  
div{
  padding: 20px;
  }
    
img{
  width: 230px;
    }

a{
  text-decoration: none;
}

a:link {
  color : black;
}
a:visited {
  color : black;
}
a:hover {
  color : black;
}
a:active {
  color : black
}