body {
  color: #222;
  font-family: sans-serif;
  line-height: 1.6;
  margin: auto;
  width: 800px;
  max-width: 84%;
}

header {
  margin-bottom: 1rem;
  font-size: 1rem;
}

h1,
h2,
h3,
h4 {
  line-height: 0.8;
}

header h3 {
  text-decoration: none;
  font-weight: normal;
  text-align: center;
  text-decoration: underline;
}

header a {
  text-decoration: none;
  color: #222;
}

article {
    padding: 5rem, 0rem;
    width: 100%;
}

section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

p {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
    padding-right: 0;
    vertical-align: baseline;
    text-align: justify;
}

ul {
  margin-top: 0.5rem;
}

footer {
  border-top: 1px solid #222;
  margin-top: 1rem;
}

a {
  color: #00e;
  /* text-decoration: none; */
}

figure {
    padding: 0;
    border: 0;
    width: 100%;
    font-size: 100%;
    font: inherit;
    margin: 0;
}

figcaption {
    clear: right;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.6;
    vertical-align: baseline;
    position: relative;
}

img {
    object-fit: contain;
    width: 100%;
}

pre {
  border: 1px solid;
  padding: 10px 10px 10px 10px;
  margin: auto;
}

.date {
  color: #666;
}

@media (max-width: 760px) {
    body {
        width: 84%;
    }

    figure {
        width: 100%;
    }
}
