body {
  margin: 0;
  background-color: #333333;
}
* {
  box-sizing: border-box;
}
.book-section {
  height: 100vh;
  width: 100%;
  padding: 40px 0;
  text-align: center;
  background-color: #333333;
}
.book-section > .container {
  height: 600px;
  width: 834px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2%;
  margin-bottom: 30px;
  perspective: 1200px;
}
.container > .right {
  position: absolute;
  height: 100%;
  width: 50%;
  transition: 0.7s ease-in-out;
  transform-style: preserve-3d;
}
.book-section > .container > .right {
  right: 0;
  transform-origin: left;
  border-radius: 10px 0 0 10px;
}
.right > figure.front,
.right > figure.back {
  margin: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 200%;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  background-color: white;
  overflow: hidden;
}
.right > figure.front {
  background-position: right;
  border-radius: 0 10px 10px 0;
  box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.2);
}
.right > figure.back {
  background-position: left;
  border-radius: 10px 0 0 10px;
  box-shadow: -2px 2px 15px -2px rgba(0, 0, 0, 0.2);
  transform: rotateY(180deg);
}
.flip {
  transform: rotateY(-180deg);
}
.flip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.book-section > button {
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color:#FFFFFF;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px;
  transition: 0.3s ease-in-out;
}
.book-section > button:focus,
.book-section > button:active {
  outline: none;
}
.book-section > p {
	color:#FFFFFF;
	font-family: calibri;
	font-size: 9px;
}
.book-section > p > a {
  text-decoration: none;
  color: #ff8700;
}
.book-section > button:hover {
  background-color: #ff8700;
  color: #fff;
}
.front#cover,
.back#back-cover {
  background-color: #FFFFFF;
  font-family: calibri;
  text-align: left;
  padding: 0 0px;
}
.front#cover h1 {
  color: #fff;
}
.front#cover p {
  color:#FFFFFF;
  font-size: 14px;
}
.book-section table tr td table tr td p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: italic;
}
.book-section table tr td table tr td p {
	color: #666;
}
.book-section table tr td {
	color: #666666;
	text-align: center;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.book-section table tr td p {
	text-align: left;
}
.book-section table tr td p {
	text-align: center;
}
.book-section table tr td p {
	font-size: 10px;
}
.book-section table tr td p {
	font-size: 12px;
}
.book-section table tr td p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-style: italic;
}
.print11 a img {
	text-align: right;
}
