    body {
      background: #fff;
      color: #222;
      font-family: 'Georgia', serif;
      line-height: 1.7;
      max-width: 700px;
      margin: 40px auto;
      padding: 0 20px;
    }

    h1,
    h2,
    h3 {
      font-weight: normal;
      color: #444;
    }

    h1 {
      font-size: 2.8rem;
      margin-bottom: 0.2em;
    }

    h2 {
      font-size: 2rem;
      margin-top: 1.4em;
      border-bottom: 2px solid #ccc;
      padding-bottom: 0.2em;
    }

    ul {
      list-style-type: none;
      padding-left: 0;
    }

    li {
      margin-bottom: 0.8em;
      font-size: 1.1rem;
    }

    section {
      margin-bottom: 3em;
    }

    /* Projects */
    .project {
      margin-bottom: 1.2em;
    }

    .project-title {
      font-weight: bold;
      font-size: 1.2rem;
      color: #333;
      margin-bottom: 0.2em;
    }

    .project-desc {
      font-style: normal;
      margin-left: 10px;
      color: #555;
    }