body {
      font-family: Arial, sans-serif;
      font-size: 20px;
      background: #f2f2f2;
      margin: 0;
      padding: 20px;
    }

    .resume {
      background: white;
      max-width: 900px;
      margin: auto;
      padding: 30px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    header {
      display: flex;
      align-items: center;
      border-bottom: 2px solid black;
      padding-bottom: 15px;
      margin-bottom: 20px;
    }

    a{
      font-size: 20px;
      color: tomato;
    }
   .photo 
   {
        position:static;
        top: 0;
        right: 20px;
        border: 0px solid #000;
        margin-right: 10px;
        object-fit: cover;
    }
    hr
    {
        border: 2px solid black;
    }
    .contact h1 {
      margin: 0;
      font-size: 24px;
      color:crimson;
    }

    .contact p {
      color:black;
      margin: 5px 0;
      font-size: 14px;
    }

    .section {
      margin-bottom: 20px;
    }

    .section h2 {
      font-size: 18px;
      color:blue;
      border-bottom: 1px solid #ccc;
      padding-bottom: 5px;
      margin-bottom: 10px;
    }

    .section p, .section li {
      font-size: 14px;
      line-height: 1.6;
    }

    ul {
      padding-left: 20px;
    }   