
body {
  background: pink url('https://i.imgur.com/1gE1K.png');
  font-family: "Comic Sans MS", cursive, sans-serif;
  color: purple;
  margin: 0;
  padding: 0;
  text-align: center;
}

header {
  background: hotpink;
  color: white;
  padding: 20px;
  border-bottom: 4px dashed yellow;
}

nav a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  margin: 0 10px;
}

main {
  padding: 20px;
}

.post {
  background: white;
  border: 3px dotted hotpink;
  padding: 10px;
  margin: 15px auto;
  width: 80%;
  border-radius: 15px;
}

.post h2 a {
  color: purple;
  text-decoration: none;
}

.meta {
  font-size: 0.9em;
  color: #333;
}

footer {
  background: hotpink;
  color: white;
  padding: 10px;
  margin-top: 20px;
}
