body {
  font-family: sans-serif;
  min-height: 100vh;
}

.example-img {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.card {
  border-radius: 20px;
}

.card-content {
  padding-top: 0.25rem;
}

.example-card {
  /* min-height: 600px; */
  display: flex;
  flex-direction: column;
}

.card-footer {
  justify-content: center;
  align-self: center;  
  /* position: absolute; */
  padding-bottom: 20px;
  bottom: 20px;  
}

.button {
  border-radius: 8px;
  min-width: 100px !important;
}

.card-title {
  padding-bottom: 1rem;
  padding-top: 0.25rem;
}

.mr-small {
  margin-right: 1rem;
}

.left-btn {
  border: 1px solid !important;
}

@media only screen and (max-width: 768px) {
  .card-footer {
    justify-content: center;
    align-self: center;  
    position: static;
    padding-bottom: 20px;  
  }

  .example-card {
    min-height: 10px;
  }
}
