body {
    background-color: #f5ffab;
}

.about-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Quicksand', sans-serif;
    color: #333;
  }
  
  .about-content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #111;
  }
  
  .about-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.2rem;
  }
  
  .back-home-button {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.6rem 1.2rem;
    background-color: #222;
    color: #fff;
    border-radius: 1.5rem;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s ease;
  }
  
  .back-home-button:hover {
    background-color: #444;
  }

  .raccoon-image {
    width: 100px;
    margin-bottom: 0px;
  }
  
  .title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 8px;
  }

  .header {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .header img {
    display: inline-block;
    margin-right: 15px;
  }
  .header h1 {
    display: inline-block;
    padding-top: 15px;
  }

  .about-content ul {
    margin-left: 1.5rem;
    padding-left: 1rem;
    list-style-type: disc;
  }
  
  .about-content h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
    color: #222;
  }
  
  
  .title .grey {
    color: #888;
  }
  
  .title .black {
    color: #000;
  }
  