<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-size: 137.5%;
}

body {
  background: white;
  font-family: 'Oswald', serif;
  font-weight: 400;
  line-height: 1.75;
  color: #000000;
  padding: 1rem;
  max-width: 1024px;
  margin: 0 auto;
}
p {
  margin-bottom: 1rem;
}
h1, h2, h3, h4, h5 {
  margin: 3rem 0 1.38rem;
  font-family: 'Oswald', serif;
  font-weight: 700;
  line-height: 1.3;
}
h1 {
  margin-top: 0;
  font-size: 1.802rem;
}
h2 {
  font-size: 1.602rem;
}
h3 {
  font-size: 1.424rem;
}
h4 {
  font-size: 1.266rem;
}
h5 {
  font-size: 1.125rem;
}
small {
  font-size: 0.889rem;
}

figure,
img {
  max-width: 100%;
  padding: 0;
  margin: 0 0 1rem;
}

figure {
  text-align: center;
}

img {
  border: 0.25rem solid black;
}


header,
footer {
  text-align: center;
}


.up-next {
  text-align: right;
}
/*
.up-next span {
  padding: 1rem;
  background-color: red;
}
*/
</pre></body></html>