:root {
  color-scheme: light dark;
}

body {
  min-height: 100vh;
}

.nav-link.active {
  background-color: #2563eb;
  color: #ffffff;
}
