body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f6f6f6;
  padding: 20px;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.about-image {
  width: 300px;
  border-radius: 8px;
}

.about-text h2 {
  margin-bottom: 10px;
}

.about-text p {
  line-height: 1.5;
  max-width: 400px;
}
