.about-section {
    max-width: 700px;
    margin: 2rem auto;
    background: rgba(255 255 255 / 0.05);
    border-radius: 10px;
    padding: 2rem;
    color: #ddd;
  }
  .about-section h1 {
    margin-bottom: 1rem;
    color: #4db8ff;
  }
  .about-section h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #3399ff;
  }
  .team-list,
  .rules-list {
    list-style: inside disc;
    margin-left: 1rem;
  }
  