body {
    font-family: "Ubuntu", sans-serif;
    margin: 40px;
    line-height: 1.6;
    background: #fafafa;
    color: #222;
  }
  
  h1 {
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .summary {
    margin-bottom: 20px;
    color: #555;
  }
  
  section {
    margin-bottom: 25px;
  }
  
  .line {
    margin: 6px 0;
  }
  
  label {
    display: inline-block;
    width: 200px;
    font-weight: bold;
    color: #333;
  }
  