body {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 50px;
    font-weight: 300; 
    background-color: rgb(159, 125, 80);
    color: white;
  }
  
  .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  h1 {
    font-size: 70px;
    font-weight: 00;
    margin: 0;
    text-decoration: underline;
    font-style: bold;
    color: rgb(72, 39, 16);
  }
  
  .entries {
    margin-bottom: 60px;
  }
  
  .heading {
    margin-bottom: 60px;
  }
  
  .chapter {
    letter-spacing: 10px;
    text-decoration: underline;
  }
  
  p {
    margin: 0;
  }
  
  .page {
    margin-top: 10px;
  }
  
  
  span {
    display: block;
  }