html, body{
  height: 100%;
  margin: 0;
}

.comic_img{
    background-repeat:no-repeat;
    background-size:100% 100%;
    border: 3px solid white;
}

.dot{
  height:30%;
  width: 4%;
  background-color: #b3d9ff;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot-container{
  padding-left: 44%;
  padding-top: 1%;
  height:50px;
}


.display{
  height:15%;
  width: 10%;
  background: white;
  display: none;
  margin-top: 40%;
  margin-left: 45%;
  box-shadow: 5px 5px 5px black;
  padding: 1px;
  background-image: linear-gradient(10deg, #7373a5, white, #7373a5);
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid white;
}

.extBtn{
  left: 98.5%;
  display: inline;
  position: absolute;
  display: none;
  cursor: pointer;
}

.extBtn:hover{
  background-color: #b3d9ff;
}


.outter-box{
  height: 100%;
  min-width: 1200px;
  background-color: black;
}

.inner-box{
  height: 100%;
  margin-left:25%;
  width: 50%;
  background-image: linear-gradient(90deg, black, #001a66, black);
}

.com_sze{
  background-color: white;
  display: inline-block;
  height: 60%;
  margin: 5% 8% 8% 8%;
  text-align: center;
  width: 15%;
  box-shadow: 5px 5px 5px black;
  background-image: linear-gradient(10deg, #7373a5, white, #7373a5);
  cursor: pointer;
}

.row_1{
  height: 30%;
  margin-left: 10%;
  width:80%;
}

.row_2{
  height: 30%;
  margin-left: 10%;
  width:80%;
}

.row_3{
  height: 30%;
  margin-left: 10%;
  width:80%;
}

.scrl_l{
  position: absolute;
  top: 50%;
  left: 10%;
  cursor: pointer;
  fill: #3333ff
}

.scrl_r{
  position:absolute;
  top: 50%;
  left:85%;
  cursor: pointer;
  fill: #3333ff
}

.scrl_l:hover, .scrl_r:hover{
  animation-name: fade_in;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fade_in{
  from{fill:#3333ff}
  to{fill:#6699ff;}
}

.select:hover{
  transform: scale(120%);
}
