.about {
    max-width: 800px;
    margin: 0.2rem auto;
    padding: 1rem;
    text-align: center;
    line-height: 1.8;
  }
  
  .about p {
    margin-bottom: 1.2rem;
    color: var(--gray);
    opacity: 0;
    transform: translateY(15px);
    animation: fadeUp 0.8s ease-out forwards;
    animation-delay: 0.3s;
  }
  