body {
  background-color: #f5f1ea;
  background-image: radial-gradient(#e6dccf 1px, transparent 1px);
  background-size: 20px 20px;
  font-family: "Georgia", serif;
  color: #4a3b2a;
  max-width: 800px;
  margin: auto;
  padding: 20px;
}

header {
  background-color: #e9dfd1;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

nav a {
  text-decoration: none;
  color: #5a4632;
  margin: 0 10px;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}

section {
  background-color: #fffaf3;
  padding: 20px;
  margin-top: 25px;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

h1 {
  font-size: 2.6em;
}

h2 {
  border-bottom: 2px dotted #c1b09a;
  padding-bottom: 5px;
}

ul {
  list-style-type: "🍃 ";
}

footer {
  text-align: center;
  margin-top: 40px;
  font-size: 0.9em;
  color: #7a6652;
}

/* 🌸 Journal entries 🌸 */
.entry {
  background-color: #fdf8f2;
  padding: 15px;
  border-left: 5px solid #c1b09a;
  margin-bottom: 20px;
  border-radius: 10px;
}