  body {
      font-family: 'Arial', sans-serif;
      margin: 0;
      padding: 0;
      background-color: #f4f4f4;
      color: #333;
    }

    header {
      background-color: #140B5C;
      color: #fff;
      padding: 10px 0;
      text-align: center;
    }

    section {
      max-width: 800px;
      margin: 30px auto;
      padding: 20px;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    h2 {
      color: #333;
      text-align: center;
      text-decoration: underline;
      font-weight: bold;
    }

    p {
      text-align: justify;
      line-height: 1.6;
    }

    .highlight {
      text-decoration: underline;    
      padding: 5px;
      border-radius: 3px;
      font-weight: bold;
    }

    .center {
      text-align: center;
    }
    
    li{
        margin-bottom: 20px;
    }