:root,
[data-bs-theme="light"] {
  --bs-body-bg: #fdfdfd;
  --bs-body-color: #111;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
}

[data-bs-theme="dark"] {
  --bs-body-bg: #121212;
  --bs-body-color: #e0e0e0;
  --bs-primary: #bb86fc;
  --bs-secondary: #03dac6;
}
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

main {
    flex: 1;
}

body {
  display: flex;
  flex-direction: column;
}
