body {
    background-color: #111;
}

.about-page {
    color: #fff;
    background-color: #111;
    font-family: 'Arial', sans-serif;
  }

  .about-page h1 {
    color: #00ff99;
  }

  .about-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
