* {
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    color: white;
  }

  
  html {
  scroll-behavior: smooth;
  }
  
  body {
    background-image: url(/images/space.webp);
    background-size: cover;
    background-attachment: fixed;
  }

  .background-wrapper {
    background-color: rgba(53, 49, 49, 0.696);
    margin: 10px auto;
    max-width: 1300px;
    padding: 0 0px;
  }
  
  /* --- NAV BUTTONS ---*/
  nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px 10px;
    z-index: 1000;
    transition: background-color 0.5s ease-in-out;
  }
  
  .nav {
  top: 1px;
  position: sticky;
  }
  
  .top {
  top: 101px;
  position: sticky;
  z-index: 10000;
  }
  
  
  .nav-colored {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
  }
  
  
  nav img {
    width: 80px;
    height: auto;
    border: 1px solid white;
  
  }
  
  nav a{
    text-decoration: none;
    font-size: 20px;
    padding: 0px 20px;
    display: inline-block;
    transition: 0.5s;
    transform: scale(1);
    color: white;
  }
  
  nav a:hover {
    transition: 0.5s;
    filter:blur(0.2px);
    text-shadow: 0 0 15px purple, 0 0 15px purple, 0 0 15px purple;
    text-decoration: underline;
  }
  
  /* --- WHITE LINE --- */
  .white-line {
    margin: 0px 0px 0px;
    border: white solid;
    border-width: thin;
  }
  
  .white-line2 {
    margin: 80px 150px 0px;
    border: white solid;
    border-width: thin;
    opacity: 0.5;
  }

  /* --- HOME --- */

  .bigMe {
    display: block;
    height: auto;
    width: 800px;
    margin: 20px auto 20px auto;
    padding-bottom: 20px;
    padding-left: 20px;
    min-width: 400px;
  }

  .home {
    display: flex;
  }

  h {
    margin: auto auto;
    text-align: center;
    font-size: 40px;
    font-family: 'Courier New', Courier, monospace;
  }

  /* --- BOOKS --- */

  .books {
    padding-bottom: 50px;
    text-align: center;
  }
  
  .books h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  
  .book-info {
    display: flex;
    justify-content: center;
    gap: 80px; /* spacing between the books */
    flex-wrap: wrap;
  }
  
  .book-info img {
    width: 300px;
    min-width: none;
    height: auto;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 1); 
    transition: transform 0.3s ease-in-out;
  }
  
  .book-info img:hover {
    transform: scale(1.05); /* subtle zoom on hover */
    transition: 0.5s;
    box-shadow: 0 0 30px rgba(186, 85, 211, 0.7); /* soft purple glow */
    cursor: pointer;
  }

  /* --- NEWSLETTER --- */


  .newsletter {
    padding-bottom: 200px;
    text-align: center;
  }
  
  .newsletter h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  
  .news-info {
    display: flex;
    justify-content: center;
    gap: 80px; /* spacing between the books */
    flex-wrap: wrap;
  }
  
  .news-info img {
    width: 300px;
    height: auto;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 1); 
    transition: transform 0.3s ease-in-out;
  }
  
  .newss-info img:hover {
    transform: scale(1.05); /* subtle zoom on hover */
    transition: 0.5s;
    box-shadow: 0 0 30px rgba(186, 85, 211, 0.7); /* soft purple glow */
    cursor: pointer;
  }


  
  /* --- BOOK PAGES --- */
  .bScase {
    display: flex;
    justify-content: center;
    padding: 20px 0; /* Add some spacing */
  }
  
  .bScaseContent {
    display: flex;
    gap: 30px;
    align-items: center;
    text-align: center;
  }
  
  .bScaseContent img {
    width: 650px;
    height: auto;
  }

 .text {
    margin:50px 0px;
  }
  
  .bScaseContent .text p {
    font-size: 1.2em;
    line-height: 1.5;
    text-align: justify; 
    text-align: justify; 
    padding: 5px 50px 0px 50px;
    flex-direction: column; 
    text-indent: 25px;
}

/* --- BUY NOW --- */
.buy {
  padding-bottom: 100px;
  text-align: center;
}

.buy h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
}

.buy h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
.buy-info {
  justify-content: center;
  gap: 80px; /* spacing between the books */
  flex-wrap: wrap;
}

.buy-info img {
  width: 300px;
  height: auto;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 1); 
  transition: transform 0.3s ease-in-out;
}

.buy-info img:hover {
  transform: scale(1.05); /* subtle zoom on hover */
  transition: 0.5s;
  box-shadow: 0 0 30px rgba(186, 85, 211, 0.7); /* soft purple glow */
  cursor: pointer;
}
  
@media (max-width:1200px) {
  body {
    background-image: none;
    background-color: rgb(32, 30, 30);
  }
  .background-wrapper {
    margin: 0px 0px;
  }

  .bigMe {
    min-width: 300px;
    width: 400px;
    height: auto;
  }

  h1 {
    font-size: 25px !important;
  }

  h2 {
    font-size: 25px !important;
  }

  p, u {
    font-size: 15px;
  }

  h {
    font-size: 20px;
    padding: 0px 5px;
  }

  a {
    font-size: 15px !important;
  }

  /* --- FOR BOOKS --- */
  .bScase {
    display: flex;
    justify-content: center;
    padding: 20px 0; /* Add some spacing */
  }
  
  .bScaseContent {
    display: inline;
    gap: 30px;
    align-items: center;
    text-align: center;
  }
}

@media (max-width:800px) {
  .background-wrapper {
    margin: 0px 20px !important;
    padding: 0;
  }

  .home {
    display: inline;
  }

  .book-info img,
  .news-info img,
  .buy-info img {
    width: 200px;
    height: auto;
  }

  .bScaseContent img {
      width: 400px;
      padding: 0;
      margin: 0;
  }
}


@media (max-width:300px){
  .bigMe {
    width: 200px;
  }
}

