body {
  font-family: Georgia, "Times New Roman", serif;
  background-color: #0e0e11;
  color: #e6e6e6;
  max-width: 800px;
  margin: auto;
  padding: 2rem;
  line-height: 1.7;
}

h1, h2 {
  color: #f2c97d;
  font-weight: normal;
}

a {
  color: #9ad1ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

hr {
  border: none;
  border-top: 1px solid #333;
  margin: 2rem 0;
}

.footer {
  margin-top: 4rem;
  font-size: 0.9em;
  color: #aaa;
  text-align: center;
.btn {
  display: inline-block;
  margin: 10px 0;
  padding: 8px 12px;
  background-color: #007BFF;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.btn:hover {
  background-color: #0056b3;
}

.share-buttons {
  margin-top: 20px;
  font-size: 14px;
}

.share-buttons a {
  color: #007BFF;
  text-decoration: none;
  margin: 0 5px;
  transition: color 0.3s;
}

.share-buttons a:hover {
  color: #0056b3;
}

}
