/* Bootstrap Cover Example Styles - Clean, Flat Look */
body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f8f9fa;
}
.cover-container {
  max-width: 42em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #212529;
  text-shadow: none;
  background: none;
}

.lead {
  font-size: 1.25rem;
  font-weight: 400;
}

.btn-primary {
  font-weight: 600;
  box-shadow: none;
  background-image: none;
}

footer {
  color: #6c757d;
}

/* Remove gradients, shadows, and 3D effects */
.text-white-50, .fw-bold, .display-4 {
  text-shadow: none !important;
  background: none !important;
}
