.darkMode {
  background-color: #060200;
  transition: all 2s;
}

.lightMode {
  background-color: white;
  transition: all 2s;
}

.container {
  background: #f6ecc2;
}

li {
  transition: all 5s;
}

h3 {
  font-family: "Parisienne", cursive;
  text-decoration: underline;
}

#ingredients-list-container-jared {
  text-align: center;
  place-items: center;
}

#get-entree-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

#ingredients-input-jared {
  display: flex;
  justify-content: center;
  align-items: center;
}

input {
  display: block;
}

#recipe-list-container-jared {
  text-align: center;
  place-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.clickable {
  cursor: pointer;
}

.break {
  padding: 50px;
}

img {
  width: 300px;
  height: 300px;
  border-radius: 10px;
}

#dynamic-recipe-container {
  padding-right: 30px;
  padding-left: 30px;
}

.container {
  box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

#header {
  text-align: center;
}

#title {
  font-size: 69px;
  margin-bottom: 2px;
}

#subTitle {
  font-size: 17px;
}

#title-card {
  padding-right: 80px;
  padding-left: 80px;
}

#youtubeContainer {
  display: flex;
  justify-content: center;
}

#videoContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

#lightsUp {
  display: flex;
  justify-content: center;
  align-items: center;
}

#player {
  border-radius: 10px;
}

.wine-list-container{
  padding-right: 50px;
  padding-left: 50px;
}

.pairings{
  text-align: center;
}