
body {
  background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQms5Xnkpf3P79LxkrTuXHZEns_CJjAbdAduQ&s');
  background-size: cover;                  
  background-repeat: no-repeat;           
  background-position: center center;     
  background-attachment: fixed;            
}

body::before {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(255, 255, 255, 0.5); /* adjust opacity as needed */
  z-index: -1;
}

.title {
  font-family: 'Great Vibes', cursive;
  font-size: 48px;
  text-align: center;
  margin-top: 40px;
  color: #2c3e50;
 }

.quote {
  font-family: 'Shadows Into Light', cursive;
  font-size: 20px;
  text-align: center;
  color: #34495e;
  margin-bottom: 3px;
}

.attribution {
  font-family: 'Shadows Into Light', cursive;
  font-size: 16px;
  text-align: center;
  color: #888;
  margin-top: 0;
}

.intro {
  font-family: 'Shadows Into Light', cursive;
  font-size: 18px;
  line-height: 1.8;
  margin: 20px;
  color: #555;
  text-indent: 40px;
}

.disclaimer {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  color: #888;
  font-style: italic;
  z-index: 1000;

}

.nav-links {
  text-align: center;
  font-family: 'Shadows Into Light', cursive;
  font-size: 20px;
  margin: 20px 0;
}

.nav-links a {
  margin: 0 10px;
  text-decoration: underline;
  color: #2c3e50;
}

.blog-index {
  text-align: center;
  margin-top: 40px;
}

.blog-title {
  font-family: 'Dancing Script', cursive;
  font-size: 48px;
  color: #2c3e50;
  }

.blog-nav {
  font-family: 'Shadows Into Light', cursive;
  font-size: 20px;
  margin-bottom: 30px;
}

.blog-nav a {
  text-decoration: underline;
  color: #2c3e50;
  margin: 0 10px;
}

.blog-links li {
  list-style-type: none;
}

.blog-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.blog-links a {
  font-family: 'Shadows Into Light', cursive;
  font-size: 18px;
  font-weight: 700;
  color: #34495e;
  text-decoration: none;
}

.title-divider {
  border: none;
  border-top: 2px solid #d6cfc2;
  width: 60%;
  margin: 10px auto 30px;
}

