* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  font-family: 'Pretendard','Noto Sans KR', sans-serif;
  text-align: center;
}



body {
  margin-left: 0;
  background-color: #000000;
  height: 100%;
  overflow: hidden;
  font-weight: 300;
  color: rgb(0, 0, 0);
  background-size: contain ;
  line-height: 1;
  background-image:url('asset/10.jpg');
  background-attachment: fixed;
  background-repeat:no-repeat;
  background-position:center top;
  text-align: left;
}

.xyz {
  margin: 0;
  height: 0;
  text-align: left;
  justify-content:left ;
  position: fixed;

}
