/* 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 #50a0a0;
    background-color: #A3C9A8;
  }

img {
    width: 600px;
    height: auto;
    border: solid 1px #50a0a0;
}

#file-directory {
    width: 250px;
    height: auto;
}