body {
      background: url('SROA404.png') no-repeat center center fixed;
      background-size: cover;
      background-color: #000;
      color: #fff;
      font-family: 'Lato', sans-serif;
      margin: 0;
      padding: 0;
    }

    .overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      z-index: 0;
    }

    main, footer, .topnav {
      position: relative;
      z-index: 1;
    }


     header {
      text-align: center;
      padding: 2rem;
      background-color: black;
      border-bottom: 2px solid #ff1a1a;
    }

    header h1 {
      font-family: 'Rock Salt', cursive;
      color: #ff1a1a;
      font-size: 3.5rem;
      text-shadow: 0 0 20px red, 0 0 30px darkred;
    }

    nav {
      position: absolute;
      top: 1rem;
      right: 2rem;
    }
    nav a {
      color: #ff4d4d;
      margin: 0 1rem;
      text-decoration: none;
      font-weight: 500;
      transition: color 0.3s;
    }
    nav a:hover {
      color: #ff1a1a;
    }


          footer {
      text-align: center;
      padding: 2rem 1rem;
      font-size: 0.9rem;
      color: #999;
      border-top: 1px solid #330000;
      background-color: #000;
    }

    .footer-links a {
      color: #ff4d4d;
      margin: 0 1rem;
      text-decoration: none;
    }

    .footer-links a:hover {
      text-decoration: underline;
    }

    .blog-post-container {
  max-width: 1000px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.7), 0 0 40px rgba(255, 0, 255, 0.4);
  color: #fff;
  line-height: 1.8;
  font-size: 1.1rem;
  z-index: 1;
  position: relative;
}

.blog-post-container h1,
.blog-post-container h2 {
  color: #ff1a1a;
  text-shadow: 0 0 10px #ff1a1a, 0 0 20px #ff1a1a;
  margin-top: 2rem;
  font-family: 'Rock Salt', cursive;
}

.blog-post-container p {
  margin-bottom: 1.2rem;
  color: #ddd;
}

.blog-post-container a {
  color: #ff6666;
  text-decoration: underline;
}

.blog-post-container a:hover {
  color: #ff1a1a;
  text-shadow: 0 0 6px #ff1a1a;
}

.post-image {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  margin: 1rem 0;
  border-radius: 12px;
  box-shadow: 0 0 20px #ff1a1a;
}

blockquote {
  border-left: 4px solid #ff1a1a;
  padding-left: 1rem;
  margin: 1rem 0;
  font-style: italic;
  color: #ff9999;
  background-color: rgba(255, 0, 0, 0.05);
  box-shadow: inset 0 0 10px rgba(255, 0, 0, 0.3);
}

.book-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin: 3rem auto;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 16px;
  box-shadow: 0 0 30px rgba(255, 0, 0, 0.4), 0 0 60px rgba(255, 0, 255, 0.3);


}


.book-cover {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.book-cover:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px #ff1a1a, 0 0 35px #ff00ff;
}

    header h1 {
      font-family: 'Rock Salt', cursive;
      color: #ff1a1a;
      font-size: 3.5rem;
      text-shadow: 0 0 20px red, 0 0 30px darkred;
    }


    h4 {

    font-family: 'Rock Salt', cursive;
      color: #ff1a1a;
      
      text-shadow: 0 0 20px red, 0 0 30px darkred;
    }

    ul {
  border-left: 4px solid #ff1a1a;
  padding-left: 1rem;
  margin: 1rem 0;
  font-style: italic;
  color: #ff9999;
  background-color: rgba(255, 0, 0, 0.05);
  box-shadow: inset 0 0 10px rgba(255, 0, 0, 0.3);

    }