* {
  box-sizing: border-box;
}

html {
  background: #eff0e7;
}

body {
  background: #eff0e7;
  color: #403c35;
  line-height: 1.4;
  font-size: 16px;
  margin: 0;
  padding: 0 10px;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

#maincontent {
  width: min(650px, 100%);
  max-width: 650px;
  margin: 70px auto 0;
  font-family:
    "Iowan Old Style", "Sitka Text", Palatino, "Book Antiqua",
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Helvetica, serif;
}

h2,
p {
  overflow-wrap: break-word;
}

h2 {
  line-height: 1.25;
}

a {
  color: inherit;
  text-decoration: underline rgba(154, 52, 18, 0.3);
  text-underline-offset: 3px;
}

a:hover {
  background: rgba(154, 52, 18, 0.1);
  border-radius: 2px;
  text-decoration-color: rgba(154, 52, 18, 0.5);
}

@media (max-width: 650px) {
  #maincontent {
    width: min(360px, 100%);
    margin-left: 0;
    margin-right: auto;
  }

  h2 {
    font-size: 1.35em;
  }
}
