/* css styles */
.navbar {
    border-bottom: 0.5px solid firebrick; /* Adds a red line to the bottom */
}

.bg-dark {
    background-color: #404040 !important; /* Your custom dark color */
}

body {
  background: linear-gradient(0deg,#E0DCE3, #FFFFFF); /* Define your gradient */
  min-height: 100vh;
  margin: 0;
  background-attachment: fixed;
  text-align: justify;
  hyphens: auto; /* Enable automatic hyphenation */
  word-wrap: break-word; /* Break long words if necessary */
}

/* Override text alignment for headers */
h1, h2, h3, h4, h5, h6 {
  text-align: left;
}

li {
  text-align: left;
}

.zone {
  padding: 20px;
}
/* cards */
.card-text {
    text-align: center; /* Justify the body text */
}

.card-title {
    margin-top: 0;
    margin-bottom: 1rem; /* Space below the title */
    text-align: center; /* Align title text to the left */
    font-size: 1.2rem; /* Adjust font size */
    font-weight: bold; /* Emphasize title */
}