#root {
}
body {
  background-color: rgb(230, 224, 217);
}
.headerBar {
  background-color: rgb(156, 143, 124);
}
.searchBar {
  margin: 20px 50px;
}
.EpisodsClass {
  display: flex;
  /* flex-direction: wrap; */
  flex-wrap: wrap;
}
.episodeDiv {
  max-width: 300px;
  /* height: 25rem; */
  margin: auto;
  font-family: sans-serif;
  padding: 20px;
  margin-bottom: 10px;
  margin-top: 0;
  border-style: hidden;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  /* justify-content: center;
  align-items: center; */
  background-color: rgb(238, 250, 250);
}
.episodeImage {
  max-width: 275;
  /* margin: auto; */
}
#footer {
  text-align: center;
  padding: 10px;
}

.episodeDiv h4 {
  text-align: center;
}
