@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */

body {
background-color: black;
width:500px;
margin: 0 auto;
}
