/* Show it is fixed to the top */
.mainContainer {
  padding-top: 4.5rem; /* let the mainContainer start after the  nav bar */
  padding-bottom: 5.2rem; /* same for the footer */
  /*height: 100vh;*/
}
