/* Brutalist baseline — keeps the plain-HTML look, just adds readability */

body {
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.45;
  color: #000;
  background: #fff;
  max-width: 640px;
  margin: 24px auto 48px auto;
  padding: 0 16px;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  border: none;
  border-top: 1px solid #000;
  margin: 24px 0;
}

nav a,
nav b {
  margin-right: 4px;
}

footer {
  margin-top: 24px;
}
