/* About page specific styles */
.about-content {
    margin: 0;
    padding: 0;
    position: relative;
    left: 397px;
    margin-top: 80px;
    max-width: 650px;
  }
  
  .about-content section {
    margin-bottom: 40px;
  }
  
  .about-content h2 {
    font-family: "American Typewriter", "Courier New", Courier, monospace;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  
  .about-content p {
    font-family: "American Typewriter", "Courier New", Courier, monospace;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  .underline {
    text-decoration: underline;
  }
  
  .read-more {
    display: inline-block;
    margin-top: 10px;
  }
  
  .active {
    color: #ff0000;
    text-decoration: none;
  }
  
  /* Responsive adjustments */
  @media (max-width: 1200px) {
    .about-content {
      left: 33%;
    }
  }
  
  @media (max-width: 768px) {
    .about-content {
      left: 20px;
      margin-top: 40px;
      padding: 0 20px;
    }
  }
  .underline:hover {
    text-decoration: none;
  }
  .p-number{
    font-size: 18px;
    font-weight: 900;
  }