/* Show it is fixed to the top */
html {
    scrollbar-gutter: stable;
}

body {
    /* min-height: 75rem; */
    padding-top: 4.5rem;
    overflow-y: scroll;
  }

  .navbar-toggler{
    border: none;
    background-color: transparent;
}
