   body, div, main, section, article {
    box-sizing: border-box; 
  }
  
  /* universal background color */
  body {
    background-color: #000000; 
  }
  
  /* header image */
  header img {
    width: 500px;
    max-width: 98%;
  }
  
  /* clearfix */
  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }
  
  /*FONTS*/
  
  /* header font */
  #showComic, header, h1, h2, h3, h4, h5 {
    font-family: 'Roboto Condensed', sans-serif;
  }

  .alignleft {
    float: left;
}

.no-italics {
  font-style: normal;   
}

#comicTitles{
  background-color:#ffffff;
  outline: 3px solid #000000;
  max-width: 47%;
}
  
  /* body font */
  .subPage p, footer, #authorNotes, .archiveTable {
    font-family: 'Open Sans', sans-serif;
    font-size: large;
  }
  
  /* STYLING FOR SUBPAGES (about, characters, etc) */
  
  /*general*/
  
  .subPage {
    width: 900px;
    max-width: 98%;
    background-color: #ffffffda;

    outline: 3px solid #000000;
    margin: auto;
    margin-bottom: 10px;
    padding: 0px 12px 12px;
  }
  
  .subPage:not(.archivePage) {
    text-align: center;
  }
  
  /* for pictures displayed to the left */
  .leftPic {
    clear: left;
    float:right;
    margin-left:20px;
  }
  
  /* for pictures displayed to the left */
  .rightPic {
    clear: right;
    float:left;
    margin-left:20px;
    margin-top: 0%;
  }

  .authorPic {
    clear: right;
    float: right;
    margin-left:20px;
  }
  
  
  /* specific to Characters */
  .charTable, .charTable td { 
    width: 100%;
  }
  
  /* link colors */
  a {
        color: #000000;
      }
  
  a:hover {
        color: #DA5437;
      }
  
  /* HEADER */
  header #nav {
    background-color: #ffffff;
    outline: 3px solid #000000;
    font-size: 20px;
    width: 98%;
    margin: auto;
  }
  
  /* HOMEPAGE */
  
  /* style nav button images */
  .comicNav {
    display:flex;
    flex-wrap:nowrap;
    align-items: center;
    justify-content: center;
  }
  .comicNav img {
    width: 80px;
    max-width: 98%;
    padding-right: 30px;
  }
  
  /* style comic page image */
  .comicPage img {
    width: 900px;
    max-width: 98%;
  }
  
  /* style author notes */
  #authorNotes {
    background-color:#ffffff;
    outline: 3px solid #000000;
    margin: auto;
    padding: 3px;
    padding-top: 0px;
    width: 900px;
    max-width: 98%;
  }
  
  /* ARCHIVE PAGE */
  
  /* style table in which archive is displayed */
  .archiveTable {
    max-width: 98%;
  }
  
  /* style archive table cells */
  .archiveTable td {
    padding: 3px;
    vertical-align: top;
    text-align: left;
  }
  
  /* style table cell in which page title is displayed */
  .archiveCellTitle {
    max-width: 300px;
  }
  
  /* FOOTER */
  footer {
    color: #ffffff;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 15px;
    float: left;
    font-size: 12px;
    text-align: center;
  }
  
  footer p {
    margin: auto;
  }
  
  footer a {
    color: #0004ff
  }
  
  footer a:hover {
    color: #ff0000
  }
  
  /* take away margins from the edges of the screen */
  html, body {
    margin: 0;
  }

#image1{
    text-align:center;
    border: 5px solid rgb(255, 255, 255);
}

#image2{
  text-align:center;
  border: 5px solid rgb(255, 255, 255);
}

#image3{
  text-align:center;
  border: 5px solid rgb(255, 255, 255);
}