    body {
      background-color:beige;
      font-family:Monospace;
      }
     h1 {position:relative; top:-30px;}
      
     @font-face {
       font-family: 'noam';
       src: url(other/font/BuNoamRaz1.0-Regular.otf);
      }
    
    .book {
       position:relative;
       top:10%;
       width:45%;
       display: block;
       margin-left: auto;
       margin-right: auto;
    }
    
     .noam {
       font-family: 'noam';
       font-size: 20px;
       }
       
      .chokochip {
       margin:auto;
       width:50%;
       position:relative;
       top:-25%;
      }