
    body {
      font-family: 'Poppins', sans-serif;
      background-color: #1b1b1b;
      color: white;
      padding: 100px 0px 0px;
      line-height: 1.8;
    }
    h1, h2 {
      color: #6cff64;
    }
    a {
      color: #6cff64;
      text-decoration: none;
    }
    a:hover {
      text-decoration: underline;
    }
    section {
      margin-bottom: 40px;
    }