body {
  background-color: #dcbc05;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}

/* header.bg-light {
  background-color: #ffd700 !important;
  margin-bottom: 20px; 
   border-radius: 10px; 
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
} */

header.bg-light .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

header.bg-light h1 {
  font-family: 'Merriweather', serif;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}


h1 {
  font-size: 2rem;
  margin-bottom: 20px;
}

h2 {
  font-size: 1.5rem;
  margin-top: 40px;
  margin-bottom: 10px;
}

p {
  font-size: 1.1rem;
  line-height: 1.6;
}

footer {
  /* background-color: #ffd700; */
  padding: 20px;
  text-align:center;
}