/* Here we can set styles for this lab page that we don't want to effect others pages */

/* the period in a CSS selector selects an element by class, e.g., class="minor-section" */
.minor-section {
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #888;
    background-color: #DDD8C4;
  }
  .page-img-1 {
    margin: 100px;
    max-width: 500px;
  }
  .page-img-2 {
    margin: 100px;
    max-width: 500px;
  }