html, body {
  font-family:  "Roboto Slab", serif;
  background-color: white;
}
main {
  max-width:  600px;
  margin:  auto;
  text-align:  left;
  padding: 20px;
}
footer {
  text-align:  center;
  max-width:  600px;
  margin:  auto;
}
h1 {
  font-family: "Bebas Neue", sans-serif;
  transform: skew(355deg, 355deg);
  font-size: 40pt;
  text-align: center;
  text-shadow: 2px 2px #eebdff;
}
h2 {
  font-family: "Bebas Neue", sans-serif;
  margin-top: 35px;
}
img {
  max-width: 100%;
  margin-bottom: 15px;

}
a {
  display: inline;
  background-image: linear-gradient(#fff 60%, #eebdff 55%);
  text-decoration: none;
  color: black;
}
a.noline {
  background-image: none;
}
figure {
  margin: 0;
  text-align: center;
}
figcaption {
  font-style: italic;
  font-family: "Roboto";
}
hr {
  margin: 50px;
  border: none;
  height: 1px;
  background-color: black;
}
iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}
img.doc {
  box-shadow: 3px 4px 18px 0px rgba(0,0,0,0.75);
}
.attrib {
  text-align: center;
  border: 1px solid black;
  padding: 5px;
  margin: 5px;
}
.updated {
  margin: 10px;
  color: #BBB;
}
blockquote {
  color: #5d615e;
  font-size: larger;
  border-left: 8px solid #aeb0af;
  margin-left: 1em;
  padding-left: 1em;
}

@media only screen and (min-width: 600px) {
  main {
  }
}