.card { border-radius: 1rem; }
/* Link visibility */
main a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

main a:hover {
  text-decoration-thickness: 2px;
}
