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

[data-bs-theme="light"] {
  background-color: white;
  color: black;
}

[data-bs-theme="dark"] {
  background-color: black;
  color: white;
}