@import '../properties.css';

.card {
  border-radius: var(--card-radius); 
  box-shadow: var(--card-shadow-4);
}
