/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 4.5rem;
}

.navbar{
    border-bottom: #fff 0px solid;
    opacity: 0.8;
}

