
body {
  height: 100vh;
  background-color:rgb(233, 236, 239)
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
