/* Reset some default styles */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
}

header {
  background-color: #333;
  color: #fff;
  padding: 20px;
}

h1 {
  font-size: 24px;
}

h2,h3 {
    margin-bottom: 1em;
    margin-top:1em;
}

ol {
    margin-left:3em;
}

.blog-post {
  margin: 20px;
}

img {
  max-width: 50%;
  height: auto;
}

.post-title {
  font-size: 28px;
  margin-top: 20px;
}

.post-meta {
  color: #888;
  margin-bottom: 10px;
}

.post-content {
  margin-top: 20px;
}

footer {
  background-color: #f5f5f5;
  padding: 20px;
  text-align: center;
}
