/* css styles */

 .big-text {
   font-size: 88px;
   }

 h2 {
  color: purple;
  font-size: 2em;
  font-family: Arial, Helvetica, sans-serif;
}

.highlight-last  {
  color: grey;
  .current-fragment {
    color: #5500ff;
  }
}
