/* favours diary - Custom Style */
body {
  background-color: #fcf6f0; /* Your main site color */
  font-family: "Courier New", Courier, monospace; /* Classic diary font */
  color: #4a4a4a; /* Soft dark grey for text */
  margin: 0;
  line-height: 1.6;
}

#container {
  max-width: 700px;
  margin: 40px auto;
  padding: 40px;
  background-color: #ffffff; /* White "page" in the middle */
  border: 1px solid #e0d8d0;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
}

header h1 {
  font-size: 2.5em;
  color: #2c2c2c;
  border-bottom: 2px solid #fcf6f0;
  padding-bottom: 10px;
}

a {
  color: #8b5e3c; /* A nice earthy brown for links */
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
  color: #000;
}

footer {
  text-align: center;
  font-size: 0.8em;
  margin-top: 50px;
  opacity: 0.6;
}
