/* Reset CSS*/
      body {
        .skill {
            margin-bottom: 20px;
          }
           
          .skill {
            margin-bottom: 10px;
          }
           
          .progress-bar {
            width: 50%;
            height: 10px;
            background-color: #e0e0e0;
            border-radius: 5px;
            overflow: hidden;
            margin-top: 5px;
          }
           
          .progress {
            height: 100%;
            background-color: #723106;
            border-radius: 5px;
          }
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        background-color: #f4f4f4;
      }
      .container {
        width: 80%;
        margin: 20px auto;
        background: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      }
      .header {
        display: flex;
        align-items: center;
        gap: 20px;
      }
      .header img {
        border-radius: 10px;
        margin-right: 20px;
        width: 150px;
        height: 150px;
      }
      .header h1 {
        margin: 0;
        color: #b04537;
      }
      .section {
        margin-top: 20px;
      }
      .section h2 {
        color: #b04537;
        border-bottom: 2px solid #b04537;
        padding-bottom: 5px;
      }
      .section p,
      .section ul {
        margin: 10px 0;
      }
      .contact,
      .skills {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
      }
      .contact div,
      .skills div {
        flex: 1 1 45%;
      }
      .skills span {
        display: block;
        background: #e5e5e5;
        border-radius: 5px;
        height: 10px;
        margin: 5px 0;
        width: 80%;
      }
   