html {
  font-family: sans-serif;
  font-size: 1.4rem;
  padding-inline-start: 10vw;
  padding-inline-end: 10vw;
}

h1 {
  font-size: 1rem;
}

h1 a {
  text-decoration: none;
  color: black;
}

p, pre {
  max-width: 35em;
  text-wrap: wrap;
  line-height: 1.3;
}

img {
  max-width: 400px;
}

main {
  height: 80vh;
}

.rss {
  font-size: 0.7em;
}
