body {
  text-align: center;
  background-color: #202020;
  color: black;
  font-size: 20px;
  
  


  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;

  /* Safari seems to support, but seems deprecated and does the same thing as the others. */
  image-rendering: -webkit-optimize-contrast;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  background-color: dimgrey;
   justify-content: space-evenly;

@media screen and (min-width: 768px) {
  margin-right: 10%;
  }
  @media screen and (min-width: 768px) {
  margin-left: 10%;
}
}

.flex-container > div {
  width: auto;
  margin: 10px;
  text-align: center;
  flex-grow: 1;
}
a { color: white; 
}

.comic {
	width: -moz-available;
}
