body {
  background-color: #fdfcf9;
  color: #000;
  font-family: "Benne", serif;
  font-size: 19px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
}

h1 {
  font-size: 42px;
  margin-bottom: 12px;
  font-weight: normal;
}

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

h2 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 32px;
  color: #111;
}

p {
  margin: 14px 0;
}

.footer {
  margin-top: 45px;
  font-size: 14px;
  color: #444;
}

.disclaimer {
  margin-top: 22px;
  font-size: 12px;
  color: #888;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  padding: 0 10px;
}

a {
  color: #888;
  text-decoration: none;
  border-bottom: 1px solid #888;
}

.pub-list {
  text-align: left;
  margin-top: 40px;
}

.pub-item {
  margin-bottom: 20px;
}

.pub-item a {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid #000;
  font-size: 18px;
}

@media (max-width: 600px) {
  h1 { font-size: 32px; }
  h2 { font-size: 18px; }
  p { font-size: 16px; }
  .pub-item a { font-size: 16px; }
  .container { padding: 25px 15px; max-width: 95%; }
}