body {
  background-color: #eee;
}
h2, p {
  margin: 0;
}

.card {
  position: relative;
  width: 320px;
  padding-top: 213px;
  background-color: #fff;
  margin-top: 40px;
}

.card-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.card-body {
  padding: 16px;
}

.button-fixed {
  position: fixed;
  bottom: 40px;
  right: 40px;
}