body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #1a1a1a;
  font-size: 18px;
  color: #d0d0d0;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 0px;
  padding: 0px 20px;
  background-color: #1a1a1a;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h1 {
  text-align: center;
  line-height: 1em;
}

p {
  margin: 1em 0;
  font-size: 20px;
}

a {
  color: #4a9eff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

blockquote {
  margin: 1em 0;
  padding: 0.5em 10px;
  color: #b0b0b0;
  border-left: 5px solid #555;
}

pre {
  background: #2a2a2a;
  padding: 10px;
  border: 1px solid #444;
  overflow-x: auto;
  color: #e0e0e0;
}

code {
  background: #2a2a2a;
  padding: 2px 4px;
  border: 1px solid #444;
  color: #e0e0e0;
}

.avatar {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  filter: grayscale(100%);
}

.name,
.date {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: -apple-system, 'system-ui', Aptos, Roboto, 'Segoe UI', Helvetica,
    Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 14px;
  color: #999;
}

/* Mobile responsive styles for blog posts */
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }

  .container {
    padding: 0px 15px;
  }

  p {
    font-size: 18px;
  }

  h1 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 15px;
  }

  .container {
    padding: 0px 10px;
  }

  p {
    font-size: 16px;
  }

  h1 {
    font-size: 1.6rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  .avatar {
    width: 40px;
    height: 40px;
    margin-top: 30px;
  }
}
