    body {
      background-color: #e9ebee;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
    .navbar {
      background-color: #3b5998;
      color: #fff;
    }
    .navbar-brand {
      display: flex;
      align-items: center;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
    }
    .logo {
      display: flex;
      align-items: center;
      margin-right: 10px;
    }
    .logo-icon {
      width: 40px;
      height: 40px;
      background: linear-gradient(45deg, #3498db, #2980b9);
      border-radius: 50%;
      position: relative;
      margin-right: 10px;
    }
    .logo-icon::after {
      content: '';
      width: 16px;
      height: 16px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .logo-text {
      font-size: 24px;
      color: #fff;
    }
    .navbar-brand:hover .logo-icon,
    .navbar-brand:hover .logo-text {
      color: #ddd;
    }
    .header-container {
      max-width: 600px;
      margin: auto;
    }
    .main-container {
      margin-top: 30px;
      max-width: 600px;
      background-color: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }
    h1 {
      font-size: 1.8rem;
      color: #333;
      margin-bottom: 5px;
    }
    h2 {
      text-align: center;
      color: #333;
      margin-bottom: 10px;
    }
    h4 {
      text-align: center;
      color: #333;
      font-size: 1.25rem;
      margin-bottom: 30px;
    }
    h5 {
      color: #333;
      margin-bottom: 15px;
    }
    p {
      color: #333;
      margin-bottom: 30px;
    }
    .form-group label {
      font-weight: bold;
      color: #333;
    }
    .footer {
      text-align: center;
      margin-top: 20px;
      margin-bottom: 50px;
      padding: 10px 0;
      color: #999;
    }

    .logo {
      display: flex;
      align-items: center;
      color: white;
    }

    .circle-outer {
      width: 40px; /* Adjusted size */
      height: 40px; /* Adjusted size */
      border-radius: 50%;
      background-color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 10px; /* Adjusted margin */
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      position: relative;
    }

    .circle-inner {
      width: 30px; /* Adjusted size */
      height: 30px; /* Adjusted size */
      border-radius: 50%;
      background-color: #3b5998; /* Dark blue like Facebook */
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .circle-inner i {
      font-size: 1em; /* Adjusted font size */
    }

    .community-text {
      font-size: 0.9em; /* Adjusted font size */
      font-weight: bold;
    }

    /* Responsive Design */
    @media (max-width: 600px) {
      .logo-container {
        padding: 8px; /* Adjusted padding */
      }

      .circle-outer {
        width: 35px; /* Adjusted size */
        height: 35px; /* Adjusted size */
      }

      .circle-inner {
        width: 25px; /* Adjusted size */
        height: 25px; /* Adjusted size */
        font-size: 0.8em; /* Adjusted font size */
      }

      .community-text {
        font-size: 0.8em; /* Adjusted font size */
      }
    }

    /* Custom */
    .project-section ul.team-list {
      margin-top: 10px;
    }

    .list-inline {
      padding-left: 0;
      margin-left: -5px;
      list-style: none;
    }

    .list-inline {
      padding-left: 0;
      list-style: none;
    }

    .project-section ul.team-list > li {
      text-align: center;
      margin-bottom: 15px;
      padding: 0 10px;
      font-size: 0.9rem;
      width: 20%;
    }

    .list-inline > li {
      display: inline-block;
      padding-right: 5px;
      padding-left: 5px;
    }

    .project-section ul.team-list > li img {
      width: 40px;
      margin-bottom: 8px;
    }

    .img-circle {
      border-radius: 50%;
    }

    .project-section ul.team-list > li img {
      width: 40px;
      margin-bottom: 8px;
    }

    .img-circle {
      border-radius: 50%;
    }