/* All sections */
.lesson {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    background-color: #fffacd;
}

/* Fact 1 */
#fact-1 {
  font-weight: bolder;
}
  
/* Fact 2 */
#fact-2 {
  font-size: 24px;
}
  
/* Fact 3 */
#fact-3 {
 line-height: 50px;
}
