        html {
          scroll-behavior: smooth;
        }
        body {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            background: url('007.png');
            background-size: cover;
            background-position: center;
            font-family: helvetica;
        }
        .book-blurb {
            display:flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            text-align: justify;
            gap: 3%;
            margin-bottom: 80px;
        }
        .book-blurb img {
            max-width: 350px;
            margin: 20px;
        }
        .book-blurb h1{
            font-size: 80px;
            margin: 0;
            font-weight: bold;
        }
        .book-desc {
            display: flex;
            justify-content: center;
            align-items: center;
            max-width: 550px;
            flex-direction: column;
        }
        .author-bio {
            color: #959595;
            width: 850px;
            font-size: 20px
        }
        .nav, .actions {
            display: flex;
            list-style: none;
        }
        .nav li {
            margin: 0 50px;
            text-transform: uppercase;
            font-size: 16px;

        }
        .reviews {
            display: flex;
            gap: 2%;
        }
        .review {
            background: #333;
            border: 2px solid black;
            color: #efefef;
            padding: 20px;
            border-radius: 15px;
            width: 300px;
            height: 150px;
        }
        .action li {
            margin: 20px;
        }
        .actions {
            align-items:right;
        }
        .book-blurb h1, .book-blurb h2 {
            font-family: "Jim Nightshade", cursive;
            font-weight: bold;
        }
        h1, h2, h3 {
            text-align: center;
        }
        h3 {
            font-size: 16px;
        }

        #header h1 {
            font-family: "Comforter Brush", cursive;
            font-weight: 400;
            font-style: normal;
            font-size: 140px;
            margin: 0;
            color: #071728
        }
        #header h2 {
            margin-top: -43px;
            font-size: 17px;
        }
        .author-bio {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .book-desc h2 {
            margin: 0;
            margin-top: -14px;
        }
        .book-desc h3 {
            text-transform: uppercase;
        }
        .author-photo {
            width: 200px;
            border-radius: 200px;
        }
        .actions a, .actions select {
            background-color: #071728;
            padding: 15px;
            border-radius: 15px;
            color: #98DAB4;
            margin: 15px;
            text-decoration: none;
            text-align: center;
            display: block;
        }
        .actions {
            padding:0;
        }
        .book-desc p {
        }
        ul.nav {
            padding-inline: 0;
            margin: 0 0 30px 0;
            color: #7CD3AE;
        }
        ul.nav a {
            text-decoration: none;
            font-weight:bold;
            font-size: 18px;
            color: #449182;
        }
        ul.nav a:hover {
        }
        select.preorder {
            min-width: 200px;
        }
#header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
        }

        section {
            width: 90%;
            }



.social-icons {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 40px 0;
}

.icon {
  width: 40px;
  height: 40px;
  fill: #aaa; /* fog gray */
  transition: fill 0.3s ease, transform 0.3s ease, filter 0.3s ease;
}

.icon:hover {
  fill: #2f4f4f; /* muted forest green */
  transform: scale(1.1);
  filter: drop-shadow(0 0 6px rgba(47, 79, 79, 0.6)); /* misty glow */
}

    .dropdown {
      position: relative;
      display: inline-block;
      width: 100%;
      max-width: 300px;
    }

    .dropdown-button {
      width: 100%;
      padding: 12px;
      font-size: 18px;
      border: 1px solid #01111d;
      border-radius: 8px;
      background: #031523;
      color: #A1DCBB;
      cursor: pointer;
      text-align: center;
    }

    .dropdown-list {
      color: #A1DCBB;
      display: none;
      position: absolute;
      width: 100%;
      margin-top: 4px;
      border: 1px solid #ccc;
      border-radius: 8px;
      background: #031523;
      box-shadow: 0 2px 6px rgba(0,0,0,0.15);
      z-index: 1000;
    }

    .dropdown-list a {
      display: block;
      padding: 12px;
      text-decoration: none;
      color: #A1DCBB;
      font-size: 18px;
    }

    .dropdown-list a:hover {
      background: #A1DCBB;
      color: #333;
    }

    .show {
      display: block;
    }

    #review-container {
        color: #979797;
    }
    #contact {
        color: #aaa;
    }
