body {
  background-color: #fdfdfd;
  background-image: radial-gradient(#d0d0d0 1px, transparent 1px);
  background-size: 15px 15px; 
  color: #111111; 
  font-family: Georgia, "Times New Roman", serif;
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

.top-nav {
  max-width: 680px;
  margin: 40px auto 0 auto;
  padding: 0 20px;
}

.top-nav a {
  color: #888;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.top-nav a:hover {
  color: #000; 
}

.blog-post {
  max-width: 680px;
  margin: 60px auto 100px auto;
  padding: 0 25px; 
}

.post-title {
  font-size: 3.8rem;
  font-weight: normal;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 40px;
  color: #000000;
}

.post-content p {
  font-size: 1.15rem;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .blog-post {
    margin-top: 30px;
  }
  
  .post-title {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  
  .post-content p {
    font-size: 1.05rem; 
  }
}

.post-meta {
  color: #666666;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.05rem;
  margin-top: -30px; 
  margin-bottom: 30px;
}

.spotify-embed {
  margin-bottom: 35px;
  width: 100%;
}
