/* index.html */

#recipe-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.modal-lg {
  max-width: 50rem !important;
}
