/* Show it is fixed to the top */
body {
  padding-top: 4.5rem;
}

#footer {
    position: fixed;
    bottom: 10px;
    left: 0px;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    width: 100%;
}