@charset "UTF-8";
/* To make navbar sticky */ 

#main-nav {
  position: sticky;
  top: 0;
  background-color: #333;
  z-index: 100;
}