body {
  background-color: #e6edee;
}
.mainAbout {
  font-family: "Arial", sans-serif; /* Use a clean, readable font */
  color: #333; /* Dark text color for contrast */
  padding: 28px 0;
  line-height: 1.8;
  margin: 0 auto;
  margin-top: 3.4rem;
  max-width: 1200px;
}
.about {
  border-bottom: 0.1px solid grey;
  background-color: #f9f9f9; /* Light background for easy reading */
  margin: 20px auto;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Soft shadow for a modern look */
}
.about h1,
h2 {
  font-family: "Helvetica", sans-serif; /* Bold, modern font for headings */
  color: #2d3e50; /* A deep blue color for headings */
  font-size: 2.5em; /* Large size for the main heading */
  margin-bottom: 20px;
}
.about h2 {
  font-size: 2em; /* Slightly smaller than h1 */
  margin-bottom: 15px;
}
.about p {
  font-size: 1.325em; /* Slightly larger than the default size for readability */
  color: #555; /* Softer gray text for body content */
  margin-bottom: 20px;
  text-align: justify; /* Align text for a clean look */
}
