  body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f8f9fa;
    color: #212529;
    margin: 0;
    padding: 40px;
    line-height: 1.6;
  }

  .container {
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  }

  h1 {
    font-size: 36px;
    margin-bottom: 5px;
  }

  h2 {
    margin-top: 40px;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 8px;
    font-size: 22px;
    color: #343a40;
  }

  h3 {
    font-size: 18px;
    margin-top: 20px;
    color: #495057;
  }

  p,
  li {
    font-size: 15px;
  }

  ul {
    margin-top: 5px;
    padding-left: 20px;
  }

  a {
    color: #0077cc;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease, border-bottom 0.2s ease;
    border-bottom: 1px solid transparent;
  }

  a:hover {
    color: #005fa3;
    border-bottom: 1px solid #005fa3;
  }

  .section {
    margin-bottom: 30px;
  }

  .contact {
    margin: 10px 0 30px;
    color: #495057;
  }

  .project {
    margin-top: 15px;
  }

  code {
    background: #e9ecef;
    padding: 2px 4px;
    border-radius: 4px;
    font-family: Consolas, monospace;
  }

  .education,
  .languages {
    margin-top: 15px;
  }