
body {
      font-family: Arial, sans-serif;
      line-height: 1.6;
      margin: 40px;
      color: #000;
    }
    .header {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }
    .header img {
      width: 120px;
      height: 150px;
      object-fit: cover;
      border: 1px solid #333;
      margin-right: 20px;
    }
    .header-text h1 {
      margin: 0;
      font-size: 24px;
      text-transform: uppercase;
    }
    .header-text p {
      margin: 3px 0;
    }
    h2 {
      font-size: 18px;
      border-bottom: 1px solid #333;
      padding-bottom: 2px;
      margin-top: 20px;
    }
    .section {
      margin-bottom: 20px;
    }
    .job, .edu {
      margin-bottom: 10px;
    }
    .job-title, .degree {
      font-weight: bold;
    }
    .date {
      font-style: italic;
      font-size: 14px;
    }
    ul {
      margin: 5px 0 0 20px;
    }
