*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  line-height: 1.6;
  overflow: hidden;
  background-color: whitesmoke;
  color: Black;
}

@media screen and (max-width: 959px) {
  body {
    overflow: visible;
  }
}

.stack {
  height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.stack .book {
  -webkit-animation: stack 0.3s linear forwards;
          animation: stack 0.3s linear forwards;
  background-color: #f1e6c5;
  border-color: #a0bd92;
  border-width: 5px;
  border-bottom-left-radius: 8px;
  border-left-width: 7px;
  border-top-left-radius: 8px;
  border-right: 7px;
  border-style: solid;
  -webkit-box-shadow: inset 5px 3px 10px -5px #444;
          box-shadow: inset 5px 3px 10px -5px #444;
  height: 33px;
  position: relative;
  opacity: 0;
  width: 200px;
}

.stack .book:before, .stack .book:after {
  border-bottom: 2px solid #1e1e1f;
  content: "";
  height: 3px;
  left: 4px;
  position: absolute;
  top: 2px;
  width: 95%;
}

.stack .book:after {
  bottom: 2px;
  top: auto;
}

.stack .book:nth-of-type(1) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
  margin-top: -2em;
  background-color: #cecdcb;
  border-color: #444;
  border-right-color: whitesmoke;
  height: 26px;
  width: 320px;
  padding-left: 0.5em;
  right: -3em;
}

.stack .book:nth-of-type(2) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
  margin-left: 2em;
  border-color: #ffae3d;
  border-right-color: whitesmoke;
  height: 16px;
  width: 220px;
  padding-left: 0.5em;
  right: -4em;
}

.stack .book:nth-of-type(3) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  border-color: #d303fd;
  border-right-color: whitesmoke;
  height: 36px;
  width: 280px;
  padding-left: 0.5em;
  right: -30px;
}

.stack .book:nth-of-type(4) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
  margin-left: 2em;
  border-color: red;
  border-right-color: whitesmoke;
  height: 46px;
  width: 220px;
  padding-left: 0.5em;
  right: -4em;
}

.stack .book:nth-of-type(5) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  border-color: #0b5e01;
  border-right-color: whitesmoke;
  height: 18px;
  width: 380px;
  padding-left: -0.5em;
  right: 1em;
}

.stack .book:nth-of-type(6) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
  border-color: #d303fd;
  border-right-color: whitesmoke;
  height: 36px;
  width: 280px;
  padding-left: 0.5em;
  right: -30px;
}

.stack .book:nth-of-type(7) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  margin-left: 2em;
  border-color: #bb8c00;
  border-right-color: whitesmoke;
  height: 28px;
  width: 260px;
  padding-left: 0em;
  right: 1em;
}

.stack .book:nth-of-type(8) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
  border-color: #5e1d1d;
  border-right-color: whitesmoke;
  height: 40px;
  width: 260px;
  padding-left: 0.5em;
  right: -2em;
}

.stack .book:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  margin-left: 2em;
  border-color: #455971;
  border-right-color: whitesmoke;
  height: 30px;
  width: 350px;
  padding-left: 1.5em;
}

.stack .book:nth-of-type(10) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  margin-left: 2em;
  border-color: red;
  border-right-color: whitesmoke;
  height: 46px;
  width: 220px;
  padding-left: 0.5em;
  right: -4em;
}

.stack .book:nth-of-type(11) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  border-color: #0b5e01;
  border-right-color: whitesmoke;
  height: 18px;
  width: 380px;
  padding-left: -0.5em;
  right: 1em;
}

.stack .book:nth-of-type(12) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  margin-left: 5em;
  border-color: #d303fd;
  border-right-color: whitesmoke;
  height: 36px;
  width: 280px;
  padding-left: 0.5em;
  right: -30px;
}

.stack .book:nth-of-type(13) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  margin-right: 5em;
  border-color: #bb8c00;
  border-right-color: whitesmoke;
  height: 28px;
  width: 260px;
  padding-left: 0em;
  right: 1em;
}

.stack .book:nth-of-type(14) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  margin-left: 5em;
  border-color: #5e1d1d;
  border-right-color: whitesmoke;
  height: 40px;
  width: 260px;
  padding-left: 0.5em;
  right: -2em;
}

.stack .book:nth-of-type(15) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  margin-right: 5em;
  border-color: #455971;
  border-right-color: whitesmoke;
  height: 30px;
  width: 350px;
  padding-left: 1.5em;
}

.stack .book:nth-of-type(16) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  margin-left: 5em;
  border-color: #0f2847;
  border-right-color: whitesmoke;
  height: 20px;
  width: 250px;
  padding-left: 1.5em;
  right: -4em;
}

.stack .book:nth-of-type(16):before {
  position: static;
}

.stack .book:nth-of-type(16):after {
  position: static;
  border: none;
}

@-webkit-keyframes stack {
  100% {
    margin-left: 1em;
    opacity: 1;
  }
}

@keyframes stack {
  100% {
    margin-left: 1em;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .stack {
    margin: 1rem auto;
  }
  .stack .book:nth-of-type(1) {
    height: 1rem;
    right: -2em;
  }
  .stack .book:nth-of-type(3) {
    height: 1rem;
  }
  .stack .book:nth-of-type(5) {
    height: 1rem;
    right: 0em;
  }
  .stack .book:nth-of-type(7) {
    height: 1rem;
    right: -3em;
  }
  .stack .book:nth-of-type(9) {
    height: 1rem;
  }
  .stack .book:nth-of-type(11) {
    height: 1rem;
    right: 0em;
  }
  .stack .book:nth-of-type(13) {
    height: 1rem;
    right: -3em;
  }
  .stack .book:nth-of-type(15) {
    height: 1rem;
  }
  .stack .book:nth-of-type(2) {
    height: 1.5rem;
  }
  .stack .book:nth-of-type(4) {
    height: 1.5rem;
  }
  .stack .book:nth-of-type(6) {
    height: 1.5rem;
  }
  .stack .book:nth-of-type(8) {
    height: 1.5rem;
  }
  .stack .book:nth-of-type(10) {
    height: 1.5rem;
  }
  .stack .book:nth-of-type(12) {
    height: 1.5rem;
  }
  .stack .book:nth-of-type(14) {
    height: 1.5rem;
  }
  .stack .book:nth-of-type(16) {
    height: 1.5rem;
  }
}

.split-character span {
  display: inline-block;
}

.title span > span {
  opacity: 0;
  -webkit-animation: flipAnimation 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035) 3 forwards;
          animation: flipAnimation 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035) 3 forwards;
}

@-webkit-keyframes flipAnimation {
  from {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes flipAnimation {
  from {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem;
  padding: 10%;
}

#text {
  color: Black;
  text-align: center;
  border-bottom: 1px solid black;
  padding-top: 10%;
  padding-left: 10%;
  width: 100%;
}

#text h1 {
  font-size: 3rem;
}

#text h2 {
  font-size: 2rem;
}

#text span {
  color: RED;
}

.link {
  /* max-width: 600px; */
}

.link ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.link ul li {
  list-style-type: none;
  padding: 2%;
}

.link ul li a {
  color: black;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 600;
}

.link ul li a:hover {
  color: red;
}

@media screen and (max-width: 959px) {
  .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #text {
    padding: 0;
    margin: 2rem auto;
  }
  #text h1 {
    font-size: 2rem;
    margin: 1rem auto 2rem;
  }
  #text h2 {
    font-size: 1.3rem;
    margin: 0 auto 2rem;
  }
  #text span {
    color: #230989;
  }
  .link {
    width: 100%;
    padding: 0 1rem;
  }
  .link ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .link ul li {
    list-style-type: none;
    padding: 2.5%;
  }
  .link ul li a {
    color: black;
    cursor: pointer;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    border-bottom: 2px black dashed;
  }
  .link ul li a:hover {
    color: red;
  }
}

.container {
  text-align: center;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem auto;
  -webkit-box-shadow: 0rem .3rem .5rem 0rem black;
          box-shadow: 0rem .3rem .5rem 0rem black;
}

.container .search {
  background-color: #d6d6d6;
  width: 100%;
  text-align: center;
}

.container .search .title-h1 {
  margin: 1.5rem 0;
  font-size: 2.3rem;
}

.container .search h2 a {
  margin: 1.5rem 0;
  font-size: 2rem;
  color: black;
  cursor: pointer;
}

.container .search h2 a span {
  color: red;
}

@media screen and (max-width: 960px) {
  .container .search .title-h1 {
    margin: 1.5rem 0;
    font-size: 1.7rem;
  }
  .container .search h2 a {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=style.css.map */