body {
  font-family: Arial, sans-serif;
  color: #333;
  background-color: #eee;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.title {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  background: linear-gradient(to right, #002366, #0099cc);
  border-radius: 5px;
  padding: 20px;
}

.subtitle {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #fff;
  background: linear-gradient(to right, #002366, #0099cc);
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 18px;
}
.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width=100%;
  padding: 5px;
}

.image-container img:hover {
transition: ease 0.5s all;
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
} 

.social-media-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.social-media-link {
  color: #002366;
  font-weight: bold;
  animation: pulse 1s infinite;
}
.history-container {
 max-width: 800px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.history-title {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  background: linear-gradient(to right, #002366, #0099cc);
  border-radius: 5px;
  padding: 20px;
}