body {
  text-align: center;
  background-color: #f5e5cb;
  color: black;
  font-size: 20px;
 font-family: "Comic Sans MS", sans-serif;

  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: #fff5e5;
   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: brown; 
}

.comic {
	width: -moz-available;
}