  .degree-heading {
    cursor: pointer;
    margin-bottom: 10px;
    padding: 0.5%;
  }
  .degree-heading:hover {
    padding-left: 1%;
  }
  
  .course-list {
    margin-top: 10px;
  }
  
  .course-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 10px;
  }
  
  .course-item h3 {
    margin-top: 0;
  }
  
  .course-item p {
    margin-bottom: 5px;
  }
  body {
    overflow: auto !important;
  }

  *  {
    transition: 0.25s;
  }
 div.course-item h3{
      font-size: 100%;
  }