
:root {

  --card {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  }

  --title {
    margin: 0;
    padding: 24px;
    border-radius: 4px 4px 0 0;
  }
}
