
body {
  background-color: #101010;
  color: #e7c97e;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  transition: opacity 0.6s ease-in-out;
}
h1, h2, h3 {
  color: #f0dab2;
  margin-top: 40px;
  margin-bottom: 20px;
}
a {
  color: #e7c97e;
  text-decoration: none;
}
a:hover {
  color: #d4af37;
}
button {
  font-family: 'Montserrat', sans-serif;
}
