body {
  background-color: #202020;
  color: white;
}
#comic-line {
  /*display: flex;
  flex-direction: column;*/
}
.comic-page{
  height: 90vh;
  width: auto;
  max-height: 100%;
  padding-top: 50px;
  padding-bottom: 70px;
 }

@media screen and (max-width: 600px) {
}