.card {
  margin: 1rem auto;
  position: relative;
}

.card-body {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
