/* Show it is fixed to the top */
/* https://getbootstrap.com/docs/5.2/examples/navbar-fixed/ */
/* Nie działa jak to dodany do base.css bezpośrednio */
body {
  min-height: 4em;
  padding-top: 4em;
}
