 .CPI1 {
      font-family: Arial, sans-serif;
      background-color: #f4f4f9;
      margin: 0;
      padding: 0;
      color: #333;
    }

    .CPI2 {
      background-color: #20cae0;
      color: white;
      text-align: center;
      padding: -2%;
    

    }
    
.logoo-container {
  max-width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
}

.logoo {
  max-width: 180px; /* You can adjust this value */
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-top: -30px;
}
    .neat-paragraph {
         max-width: 800px;            /* restricts the line length */
         background: #ffffff;
         font-size: 1.5rem;           /* readable size */
         font-family:'Poppins', sans-serif;
         line-height: 1.8;            /* line spacing */
         color: #333;
         text-align: left;
         margin: 0;
         padding: 0;
    box-sizing: border-box;
    text-transform: capitalize;
    transition: all .2s linear;
    text-decoration: none;          
    
}

    h1 {
      margin: 0;
    }

    section {
      margin: 20px;
      padding: 20px;
      background-color: white;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    h2 {
      color: #050505;
    }

    ul {
      list-style-type: none;
      padding-left: 20px;
    }

    li {
      margin: 10px 0;
    }

    footer {
      text-align: center;
      padding: 2px;
      background-color: #20cae0;
      color: white;
      width: 100%;
      bottom: 1%;
    }

    .btn2 {
      display: inline-block;
      background-color: white;
      color: #002e5f;
      border: 2px solid #002e5f;
      border-radius: 50px;
      padding: 5px 10px;
      font-size: 10px;
      text-decoration: none;
      text-align: center;
      transition: all 0.3s ease;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      cursor: pointer;
    }

    .btn2:hover,
    .btn2:focus {
      background-color: #002e5f;
      color: white;
      letter-spacing: 1px;
      opacity: 0.95;
    }

    .btn2:active {
      transform: scale(0.97);
    }

    