  #outer-box {
                width: 1250px;
                margin: 0 auto;
                padding: 2em;
                position: relative;
                right: 5%;
            }
  #outer-header {
                display: grid;
                grid-template-columns: 1fr 1fr;
            }

  #book-backing {
                height: 750px;
                background: #451D0C;
                display: grid;
                grid-template-columns: 25px 1fr 1fr 25px;
                box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
                padding: 1em;
            }

  .book-page {
                background: url('https://img.freepik.com/free-photo/pastel-yellow-vignette-concrete-textured-background_53876-124561.jpg?semt=ais_hybrid&w=740');
                background-position: center;
                background-size: cover;
                border: 5px solid #FFFFFF;
                border-radius: 5em / 1em;
                box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
                padding: 1em;
                text-align: center;
                z-index: 3;
                position: relative;
            }

    .bpL {
      border-top-left-radius: 0em;
      border-bottom-left-radius: 0em;
    }
  
    .bpR {
      border-top-right-radius: 0em;
      border-bottom-right-radius: 0em;
    }
    
    .book-page-2 {
      background: url('https://img.freepik.com/free-photo/pastel-yellow-vignette-concrete-textured-background_53876-124561.jpg?semt=ais_hybrid&w=740');
      background-position: center;
      background-size: cover;
      border: 5px solid #FFFFFF;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
      width: 25px;
      height: 75%;
      position: absolute;
    }

  .bp2-tabs {
                position: absolute;
                right: 50px;
                top: 15%;
                z-index: 1;
                padding: 10px;
  }
  
  .bp2-left {
                position: absolute;
                left: 50px;
                top: 15%;
                z-index: 1;
                padding: 10px;
  }
  
  
  #bookmarquee {
    width: 725px;
    height: 45px;
    transform:rotate(90deg);
    position: absolute;
    left: 130px;
    top: 325px;
    z-index: 5;
    border: 5px solid #ff9500;
    border-radius: 0.5em 3em / 2em 1em 4em;
    background-color: #a81103;
    text-align: center;
    font-size: 25px;
    margin: 5px;
    color: #ff9500;
    --s: 25px;
    line-height: 1.5;
    clip-path: polygon(0 0,calc(100% - var(--s)) 0,100% 50%,calc(100% - var(--s)) 100%,0 100%);
  }

  .booktab {
  border: 5px solid #ff9500;
  padding: 15px 20px;
  text-align: center;
  font-size: 15px;
  margin: 5px;
  transition: 0.25s ease;
  color: #ff9900;
  cursor: pointer;
  font-family: JMH;
  background-color: #a81103;
  --s: 25px;
  line-height: 1.5;
  clip-path: polygon(0 0,calc(100% - var(--s)) 0,100% 50%,calc(100% - var(--s)) 100%,0 100%);
  }

  .booktab:hover {
  color: #FFFFFF;
  letter-spacing: 3px;
  transition: 0.25s ease;
  }
  
  .icon {
    width: 55%;
    -webkit-mask-image: url(https://toderra.neocities.org/images/smudge-mask.png);
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: -25px -25px;
    filter: drop-shadow( 0 2.5px white) drop-shadow( 2.5px 0 white) drop-shadow( 0 -2.5px white) drop-shadow( -2.5px 0 white) drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6)) drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6)) drop-shadow( 0 0 2px #424242);
    transition: 0.5s ease;
  }

  @font-face {
                font-family: JMH;
                src: url('https://toderra.neocities.org/fonts/JMH%20Cthulhumbus%20Arcade.otf');
          }

  body {
    background-image: url('https://media.istockphoto.com/id/1031593670/photo/brown-wooden-plank-desk-table-background-texture-top-view.jpg?s=612x612&w=0&k=20&c=3eVcyb5a0GXp5JYnDaMLnFn_71qKrpDRJnVkMQlle6s=');
    background-position: center;
    background-size: cover;
    font-family: JMH;
  }