body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ff6347 !important;
}
.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.col-sm-12, .col-md-4, .col-md-8 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.left-side h1 {
  color: #fff;
  font-family: 'Alex Brush', cursive;
  font-size: 90px !important
}
.card {
  height: 100vh;
  max-height: 100vh;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
@media (max-width: 768px) {
  body {
    padding: 0 15px !important;
  }
  .card {
    max-height: 65vh;
  }
  .left-side h1 {
    font-size: 50px !important;
  }
}
.card-image {
  max-height: 60%;
  position: relative;
  overflow: hidden;
}
.card-body {
  max-height: 500px;
  overflow-y: auto;
}
#recipe-img img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}