

/* Keep bullets within the bounds of the div */
ul {
  list-style-position: inside;
  font-size: 1.2rem;
  padding-bottom: 20px;
}

.code-view {
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: large;
  font-weight: bold;
  line-height: 130%;
  background-color: beige;
  padding: 20px;
}