.container {
  display: grid;
  place-items: center; /* Centers both horizontally and vertically */
  height: 50vh;
}

.card {
  /* Card styles */
}