body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif}
body {
  background: #2b2b2b;
  color: #e0e0e0;
  margin: 0;
  padding: 0;
  line-height: 1.8;
}
.container {
  max-width: 800px;
  margin: auto;
  padding: 40px 20px;
}
.header {
  text-align: center;
  margin-bottom: 40px;
}
.header h1 {
  font-family: "Lora", serif;
  font-size: 3em;
  color: #f4e1c1;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
}
.header a {
  color: #888;
  text-decoration: none;
  font-size: 1.5em;
  transition: color 0.3s;
}
.header a:hover {
  color: #fff;
}

a {
    color: #ffda79; 
    text-decoration: none; 
    transition: color 0.3s ease; 
}

a:hover {
    color: #e6d8a8; 
    text-decoration: underline; 
}