@import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap');
div {
  font-family: 'RocknRoll One', sans-serif;
    color: rgb(41, 22, 0);
  }

  .hard:first-child h1{
    display: inline;
    font-size: 7vh;
    text-align: center;
    line-height: 100%;

  }

  .book_title{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    height: 85%;
    border-top: solid 2px rgb(185, 158, 6);
    border-bottom: solid 2px rgb(185, 158, 6);
  }
  .book_title:before, .book_title:after{
      content: '';
      position: absolute;
      top: -10px;
      width: 2px;
      height: -webkit-calc(100% + 20px);
      height: calc(100% + 20px);
      background-color: rgb(185, 158, 6);
  }
  .book_title:before {left: 10px;}
  .book_title:after {right: 10px;}
  .book_title p {
      margin: auto; 
      padding: 0;
      font-size: 7vh;
      text-align: center;
      color: #fff;
      margin-top: 20%;
      border-bottom: gold 1px;
  }

  body{
    background-image: url(../../../img/desk.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
  
  .odd:not(.hard) {
    background: url(../../../img/91513.jpg);
  }
  .even:not(.hard) {
    background: url(../../../img/91513.jpg);
  }
  

  
  #flipbook {
    width: 960px;
    height: 95vh;
    margin-top:5vh;
  }
  .hard {
    width: 490px;
    height: 620px;
    background-color: brown;
  }

  .menu{
    position: fixed;
    top: 0;
    right: 5vw;
  }

  a{
    color: rgb(41, 22, 0);
  }