@charset "UTF-8";
body{
  background-color: #000;
  overflow:scroll;
}
.comic{
    margin: 0 auto;
  position: relative;
  display:flex;
  justify-content:center;
  width:1280px;
  height: 545px;

}
.page{
  width:375px;
}
.item{

}
.input{
width:300px;
margin:0 auto;
}
