/* Styles for the About page */
body {
  margin: 0;
  font-family: sans-serif;
  background: #f5f5f5;
  color: #333;
}

.about-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.about-container h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.about-content p {
  margin-bottom: 16px;
  line-height: 1.6;
}