  body {
      background-color: #5d2813;
      background-image: url('https://melonking.net/collections/86_books_on_shelves.png7b701171-d433-47cc-b5d5-0384d1da3460Original.jpg');
      background-size: 90px;
      color: #fff;
      text-shadow: rgba(102, 47, 255, 0.9) 3px 3px;
  }
  
  a, a:visited {
      color: #ffef00;
  }
  
  a:hover {
      color: white;
  }
    
    #shade {
          position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 450px;
        background-image: url("https://melonking.net/images/big-black-drip-vector-25453892-2.png");
        background-repeat: repeat-x;
        background-size: auto 100%;
        filter: drop-shadow(10px 10px 4px #6f51ff40);
    }
  
  header {
      color: #ffef00;
      filter: drop-shadow(6px 6px 8px #ffd149a1);
  }
  
  #links {
        font-family: monospace;
  }
  
  summary {
      font-family: 'Times New Roman';
  }

  ul {
      margin-left: 19px;
      list-style-image: url('https://pixelsea.neocities.org/icons/light-0106.gif');
  }
  
  li {
      text-shadow: black 1px 1px;
  }

  iframe {
      border: 4px dashed #6e009f;
      background-color: yellow;
  }

  #links li.active {
      background-color: #ffef00;
      padding: 2px 4px;
      text-shadow: none;
      border-radius: 5px;
      border: 3px double #460080;
  }

  #links li.active a,
  #links li.active a:visited,
  #links li.active a:hover {
      color: black;
  }
