.created-by-link {
  text-decoration: none;
  color: #336402;
}

.comment-user-link {
  text-decoration: none;
  color: #336402;
}

.comment-user-link:hover {
  text-decoration: underline;
  color : #274a01;
}

.recipe-detail-carousel {
  height: 400px;
}

.recipe-detail-carousel > .carousel-inner {
  height: 100%;
}

.recipe-detail-carousel > .carousel-inner > .carousel-item {
  height: 100%;
}

.carousel-image {
  height: 100%; 
  object-fit: cover;
}