    body{
      font-family: 'Prompt', sans-serif;
      background:#f5f7fb;
      color:#111827;
    }

    html{
      scroll-behavior:smooth;
    }

    .card{
      background:white;
      border-radius:24px;
      box-shadow:0 10px 25px rgba(0,0,0,0.05);
    }