 body {
      font-family: Arial, sans-serif;
    }
    .header {
      text-align: center;
      background-color: #00b050;
      color: white;
      padding: 10px;
      font-weight: bold;
      font-size: 22px;
    }
    .sub-header {
      text-align: center;
      color: #008000;
      font-weight: bold;
      margin-top: 5px;
    }
    table {
      width: 80%;
      margin: 20px auto;
      border-collapse: collapse;
      font-size: 16px;
      border: 2px solid #009550;
    }
    .company-table {
      width: 80%;
      margin: 20px auto;
      border-collapse: collapse;
      font-size: 16px;
      border: 2px solid #009550;
    }
    
    th, td {
      border: 1px solid #009550;
      padding: 10px;
      vertical-align: top;
    }
    th {
      background-color: #d9f1ff;
      text-align: left;
    }
    .objectives {
      white-space: pre-line;
    }
    .section-title {
      text-align: center;
      font-weight: bold;
      font-size: 20px;
      color: #008000;
      margin-top: 30px;
    }
    .footer {
      width: 80%;
      margin: 20px auto;
      font-size: 16px;
    }
    .snap-container {
        margin-top: 100px;
    }

    .snap-header {
        text-align: center;
    }

    .snap-header h4 {
        background-color: #009550;
        display: inline;
        border-radius: 7px;
        color: white;
        padding: 6px;
    }
    .snap-header h5 {
        margin-top: 8px;
        color: #009550;
        padding: 6px;
        font-size: 28px;
        font-weight: 500;
    }
    .footer p {
        color: #37517e;
        font-size: 18px;
    }
    .footer a {
        color: #009550;
        font-size: 18px;
        font-weight: 500;
    }
    .footer a:hover {
        color: #009550;
        font-size: 18px;
        font-weight: 600;
    }