.history-container {
  margin: auto;
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.6;
  color: #333;
}
h3 {
  text-align: center;
  color: #004080;
  font-size: 1.8em;
  margin-bottom: 20px;
}
.history-section {
  margin-top: 30px;
  padding: 15px;
  border-left: 4px solid #004080;
  background-color: #f9f9f9;
}
h4 {
  font-size: 1.4em;
  color: #004080;
  margin-bottom: 10px;
}
p {
  margin: 10px 0;
  font-size: 1em;
}
strong {
  color: #004080;
}
