/* Reset defaults */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Body background already set via Bootstrap utility classes */

/* Optional: Adjust navbar brand styling */
.navbar-brand {
  font-weight: bold;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* Optional: You can add custom spacing or font adjustments here if needed */
header h1 {
  width: 100%;
  justify-content: center !important;
}
