    .turf-head {
      font-family: 'Bungee', cursive;
    }
    
    h1, h2, h3, h4, h5, h6 {
      font-family: 'Bungee', cursive;
    }
    
    .turf-head-1 {
      height: 50px;
      text-align: right;
      vertical-align: bottom;
    }
    
    .turf-head-2 {
      background-color: #A8C33E;
      height: 45px;
    }
    
    .turf-head-3 {
      height: 40px;
    }
    
    .turf-head-4 {
      background-color: #A8C33E;
      height: 150px;
      text-align: right;
    }
    
    .turf-head-5 {
      height: 25px;
    }
    
    .title-big {
      font-size: 5em;
    }
    
    .title-small {
      font-size: 2em;
    }
    
    .turf-body {
      text-align: justify;
    }
    
    .turf-foot {
      background-color: #A8C33E;
      font-size: 8pt;
      height: 25px;
      padding-top: 5px
    }
    
    .turf-pi {
      font-size: 8pt;
    }
    
    .turf-hidden {
      display: none;
    }