body {
  text-align: left;

  font-family: Baskerville, "Baskerville Old Face", Garamond, serif;
}

h1 {
  text-align: center;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

nav a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

#blog {
  padding: 40px;
  max-width: 800px;
  margin: auto;
}

.post {
  background: #f5ecd7;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
}