
body {
  background-color:rgba(174, 228, 255, 1); 
  padding:80px;
}
h1 {
 text-align:center;
 font-size:70px;
 color:rgba(240, 250, 255, 1);
}
h2 {
  text-align:center;
 font-size:40px;
 color:rgba(0, 170, 255, 1);
}
h3 {
 font-size:25px;
 color:rgba(0, 170, 255, 1);
}
h4 {
 font-size:18px;
 color:rgba(0, 170, 255, 1);
}
p {
  padding:10px;
 font-size:20px;
 color:rgba(42, 142, 191, 1);
}
ul { 
 font-size:20px;
 color:rgba(42, 142, 191, 1);
}
ol { 
 font-size:20px;
 color:rgba(42, 142, 191, 1);
}
a { 
 text-align:center; 
 font-size:20px;
}
img {
  padding:20px;
}
.Comicright {
  border-style: solid;
  border-width: 10px;
  border-color:rgba(42, 142, 191, 1);
  width:400px;
  height:300px;
  float:right;
}
.Comicleft {
  border-style: solid;
  border-width: 10px;
  border-color:rgba(42, 142, 191, 1);
  width:400px;
  height:300px;
  float:left;
    }
  .ComicPage {
  border-style: solid;
  border-width: 10px;
  border-color:rgba(42, 142, 191, 1);
  margin: auto;
  display: block;
  width: 50%;
  height: auto;
    }
