body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f4f9ff;
  margin: 0;
  padding: 0;
}

.about-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  background: linear-gradient(145deg, #e3f2fd, #ffffff);
  min-height: 100vh;
}

.about-container {
  max-width: 850px;
  background-color: white;
  padding: 40px 50px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.about-container h1 {
  color: #007bff;
  font-size: 2.5em;
  margin-bottom: 20px;
}

.about-container p {
  font-size: 1.1em;
  color: #333;
  line-height: 1.6;
  margin-bottom: 16px;
}
