
/* Created with http://boockup.marco.land */
@-webkit-keyframes rotatingAnimationX {
  0%{
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
@keyframes rotatingAnimationX {
  0%{
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
@-webkit-keyframes rotatingAnimationY {
  0%{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes rotatingAnimationY {
  0%{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotatingAnimationZ {
  0%{
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes rotatingAnimationZ {
  0%{
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
html, body {
  margin: 0;
  padding: 0;
  background-color: rgba(227, 21, 21, 0.16);
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #4a4a4a;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  letter-spacing: .1em;
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.container > div {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.boockup {
  -webkit-transform: rotateX(-88deg) rotateY(102deg) rotateZ(0deg);
  transform: rotateX(-88deg) rotateY(102deg) rotateZ(0deg);
}
.book-container {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: 5s rotatingAnimationX ease-in-out infinite;
  animation: 5s rotatingAnimationX ease-in-out infinite;
}
.book-container > div {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.book-top, .book-bottom, .book-side-right {
  background-size: auto auto;
  background-repeat: repeat;
  background-position: top left;
}
.book-front {
  background-image: url('../images/book-cover.jpg');
  width: 930.41px;
  height: 1105px;
  -webkit-transform: translate3d(-465.205px ,-552.5px ,32.045px) translate3d(0,0,0) rotateY(0deg);
  transform: translate3d(-465.205px ,-552.5px ,32.045px) translate3d(0,0,0) rotateY(0deg);
}
.book-side-left {
  background-image: url('../images/book-spine.jpg');
  width: 64.09px;
  height: 1105px;
  -webkit-transform: translate3d(-465.205px ,-552.5px ,32.045px) translate3d(-32.045px, 0, -32.045px) rotateY(-90deg);
  transform: translate3d(-465.205px ,-552.5px ,32.045px) translate3d(-32.045px, 0, -32.045px) rotateY(-90deg);
}
.book-side-right {
  background-image: url('../images/book-side.jpg');
  width: 64.09px;
  height: 1105px;
  -webkit-transform: translate3d(-465.205px ,-552.5px ,32.045px) translate3d(898.365px, 0px,-32.045px) rotateY(90deg);
  transform: translate3d(-465.205px ,-552.5px ,32.045px) translate3d(898.365px, 0px,-32.045px) rotateY(90deg);
}
.book-top {
  background-image: url('../images/book-top.jpg');
  background-position: bottom right;
  width: 930.41px;
  height: 64.09px;
  -webkit-transform: translate3d(-465.205px, -552.5px ,32.045px) translate3d(0px, -32.045px, -32.045px) rotateX(90deg);
  transform: translate3d(-465.205px, -552.5px ,32.045px) translate3d(0px, -32.045px, -32.045px) rotateX(90deg);
}
.book-bottom {
  background-image: url('../images/book-top.jpg');
  width: 930.41px;
  height: 64.09px;
  -webkit-transform: translate3d(-465.205px ,-552.5px ,32.045px) translate3d(0px, 1072.955px, -32.045px) rotateX(-90deg);
  transform: translate3d(-465.205px ,-552.5px ,32.045px) translate3d(0px, 1072.955px, -32.045px) rotateX(-90deg);
}
.book-back {
  background-image: url('../images/book-back.jpg');
  width: 930.41px;
  height: 1105px;
  -webkit-transform: translate3d(-465.205px ,-552.5px ,32.045px) translate3d(0,0, -64.09px) rotateY(180deg);
  transform: translate3d(-465.205px ,-552.5px ,32.045px) translate3d(0,0, -64.09px) rotateY(180deg);
}
#credit {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 99;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: .3rem 1rem;
  width: 21rem;
  height: 20px;
  -webkit-transition: background .2s;
  transition: background .2s;
}
#credit:hover {
  background-color: #d8d8d8;
}
      