body {
  margin: 0;
  background-color: #ffffff; /* sfondo bianco */
  color: #000000; /* testo nero */
  font-family: "Courier New", Courier, monospace;
}

.container {
  max-width: 700px;
  margin: 40px 0 0 20px;
}

.site-title {
  margin: 0;
  font-size: 36px;
  font-weight: normal;
}

.site-subtitle {
  margin-top: 8px;
  font-size: 16px;
}

/* BOTTONE NERO */
.essays-button {
  margin-top: 30px;
  background-color: #000000;
  color: #ffffff; /* testo bianco dentro bottone */
  border: none;
  padding: 8px 14px;
  font-size: 16px;
  font-family: "Courier New", Courier, monospace; /* IMPORTANTISSIMO */
  cursor: pointer;
}

.essays-button:hover {
  opacity: 0.85;
}

/* LISTA ESSAYS */
.essays-list {
  margin-top: 25px;
  padding-left: 20px;
}

.essays-list li {
  margin-bottom: 10px;
}

.essays-list a {
  color: #000000; /* link neri */
  text-decoration: underline;
  font-size: 18px;
}

.hidden {
  display: none;
}

.back {
  display: inline-block;
  margin-bottom: 30px;
  color: #000;
  text-decoration: none;
  font-size: 36px;
  font-weight: normal;
}
.back:hover { text-decoration: underline; }
article h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px;
}
article p {
  margin-bottom: 20px;
}
