body {
      font-family: "Inter", sans-serif;
      background-color: #0f3e6e;
    }
   .service-card {
      border-radius: 0.5rem;
      box-shadow: 0 1px 3px rgb(0 0 0 / 0.5);
      padding: 1.5rem;
      text-align: center;
      background-color: white;
      margin-bottom: 2rem;
    }
   .service-icon {
      width: 48px;
      height: 48px;
      margin-bottom: 1rem;
    }
   .navbar-nav .nav-link {
      font-size: 0.875rem;
      font-weight: 400;
      color: black;
    }
   .navbar-nav .nav-link:hover {
      text-decoration: underline;
    }
   .btn-get-started {
      background-color: #0c2f5a;
      color: white;
      font-weight: 600;
      font-size: 0.875rem;
      padding: 0.5rem 1rem;
      border-radius: 0.375rem;
      border: none;
    }
   .btn-get-started:hover {
      background-color: #0a274a;
      color: white;
    }
   .navbar-brand {
      font-weight: 600;
      font-size: 1.125rem;
      color: #0c2f5a;
      user-select: none;
    }
   .section-title {
      color: #0c2f5a;
      font-weight: 600;
      font-size: 1.25rem;
      margin-bottom: 2rem;
      user-select: none;
    }