*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

/* Add styles for header and footer */
header {
  background-color: #333; /* Dark background color */
  color: #fff; /* White text color */
  padding: 20px 0;
  text-align: center;
}

header h1 {
  margin: 0;
  font-size: 24px;
}

header p {
  margin: 10px 0 0;
  font-size: 18px;
}

/* Footer styles */
footer {
  background-color: #333; /* Dark background color */
  color: #fff; /* White text color */
  padding: 20px 0;
  text-align: center;
}

footer p {
  margin: 0;
  font-size: 14px;
}

footer a {
  color: #fff; /* White text color for links */
  text-decoration: none;
  padding: 0 5px;
}

footer a:hover {
  text-decoration: underline;
}
/* ---------------------------------- */
/* ---------------------------------- */
/* Typography adjustments */
body {
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333; /* Dark gray for text */
}

h1, h2 {
  font-family: 'Times New Roman', serif;
  font-weight: bold;
  margin-bottom: 20px;
}

p {
  margin-bottom: 15px;
}
/* ---------------------------------- */
/* ---------------------------------- */
/* Color */
body {
  background-color: #f8f8f8; /* Light gray background */
}

h1 {
  color: #444; /* Dark gray for headings */
}

a {
  color: #007bff; /* Blue for links */
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
/* ---------------------------------- */
/* ---------------------------------- */
/* Style */
.main-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ddd; /* Subtle border */
  border-radius: 5px;
  background-color: #fff; /* White background */
}

section {
  margin-bottom: 30px;
}
/* ---------------------------------- */
/* ---------------------------------- */
/* Image styling */
.img-sec{
  align-items: center;
  text-align: center;
  padding: 2.5%;
  }
  
  .img-cap{
  line-height:1.8;
  font-size: 16px;
  }
/* ---------------------------------- */
/* ---------------------------------- */
/* Timeline styling */


.info-list{
  width:50%;
  height: auto;
  margin-left:25%;
  margin-right: 25%;
  line-height: 1.5;
  text-align: center;

}
.info-list ul{
  list-style-type: none;
  padding: 5%;
  text-align: justify;
}
.info-list h2{
  text-transform:capitalize;
}
/* ---------------------------------- */
/* ---------------------------------- */
/* Audio and link styling */
.tri-sec {
  width:50%;
  height: auto;
  margin-bottom: 25px;
}

.tri-quot{
  margin-left:25%;
  margin-right: 25%;
  align-self: center;
}

.audio-sound{
text-align:center;
}

.last-parag{
  width:50%;
  height: auto;
  margin-top:25px;
  margin-left:25%;
  margin-right: 25%;
  margin-bottom: 25px;
  text-align:center;
  text-transform: capitalize;
  font-size: 20px;
}
/* ---------------------------------- */
/* ---------------------------------- */
/* Adjust overall layout */
.section{
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  font-family: sans-serif;
  font-weight: 400;
  line-height: 2;
}

.main-sec{
text-align: center;
padding: 2.5%;
}

.main-sec h1{
  text-transform:uppercase;
  line-height: 2;
}

.main-sec h2{
  text-transform: capitalize;
  line-height: 2;
}
/* ---------------------------------- */
/* ---------------------------------- */
