import style from "./style.module.css"; export default function Card({ active, children, }: { active?: boolean; children: React.ReactNode; }) { return