* {
  margin: 0%;
  padding: 0%;
}

Body {
  background-color: rgb(109, 70, 20);
  color: black;
}
h1 {
  margin-top: 15px;
  background-color: #583527;
  text-align: center;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid black;
  border-radius: 5px;
  box-shadow: 7px 12px 12px rgba(68, 4, 4, 0.7);
}
h1:hover {
  font-size: 2.5rem;
  color: tan;
}
h2 {
  font-size: 25px;
  font-family: cursive;
}
h2:hover {
  font-size: 2.5rem;
  color: tan;
}
h3 {
  margin: 10px;
}

.single-card {
  background-color: #583527;
  max-width: 250px;
  margin: 15px;
  padding: 1rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  box-shadow: 7px 12px 12px rgba(68, 4, 4, 0.7);
}
.card-picture {
  margin: 2rem;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
}

#all-cards {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
a {
  font-size: 20px;
  color: black;
  text-align: center;
  margin-bottom: 5px;
}
a:hover {
  font-size: 25px;
  color: red;
}

#searchBar {
  background-color: #583527;
  color: black;
  text-align: center;
  width: 30%;
  margin: auto;
  border: 1px solid black;
  border-radius: 10px;
}

#search-div {
  color: black;
  text-align: center;
  width: 80%;
  margin-top: 4px;
  margin-left: 470px;
  border-radius: 10px;
}

#dropDown-shows {
  background-color: #583527;
  color: grey;
  text-align: center;
  width: 200px;
  margin-left: 800px;
  border: 1px solid black;
  border-radius: 10px;
}

#dropDown-episodes {
  background-color: #583527;
  color: grey;
  text-align: center;
  width: 200px;
  margin-left: 10px;
  border: 1px solid black;
  border-radius: 10px;
}

.maze-tv-footer {
  background-color: #583527;
  text-align: center;
  font-family: cursive;
  font-size: 20px;
}
