/* Prevent the fixed header and footer from overlapping web content */
body {
  padding-top: 50px;    /* Matches header height */
  padding-bottom: 50px; /* Matches footer height */
  background-color: #f6f6f6;
}