body {
  background-image: url(https://miro.medium.com/max/1400/1*5lyavS59mazOFnb55Z6znQ.png);
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
#navbar {
  margin: 40px;
  display: flex;
  justify-content: space-between;
}
#navbar > img {
  width: 25%;
  border-bottom: 1px solid white;
}
#headerText {
  display: flex;
}
#headerText > p {
  width: 80px;
  margin: 20px;
  padding: 5px;
  text-align: center;
  background-color: red;
  border-radius: 5px;
}

#midHeader {
  width: 60%;
  margin: auto;
  padding-bottom: 40px;
  text-align: center;
  font-size: 25px;
  border-bottom: 1px solid red;
}
input {
  width: 40%;
  height: 50px;
  font-size: 20px;
  padding-left: 10px;
}
button {
  padding: 15px;
  font-size: 20px;
  background-color: red;
  color: white;
  border: none;
}
#container {
  background-color: white;
  color: black;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 1%;
  padding-left: 5%;
}

#container img {
  width: 100%;
  height: 100%;
  border: 1px solid silver;
}
#div2 {
  padding: 10px 0;
}
#div3 {
  width: 70%;
  border-bottom: 1px solid silver;
  text-align: center;
  padding-top: 10%;
}
#errdiv {
  width: 60%;
  margin: auto;
  align-items: center;
  justify-content: center;
}

/* ---------------------------------- */

#default_container {
    justify-content: center;
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);  
    row-gap: 1%;
    column-gap: 2%;
    padding: 2% 0;
  }
  #posterdiv {
    height: 350px;
    padding-bottom: 1px;
    border-bottom: 1px solid silver;
  }
 #posterdiv img {
    width: 100%;
    height: 100%;
  }
  #textdiv {
    height: 160px;
    padding-left: 3%;
    border-bottom: 1px solid blue;
  }
  
  #maindiv{
    background-color: whitesmoke;
    color: black;
  }
  #maindiv:hover {
    border: 2px solid silver;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  }
  #Recommended{
      color: aqua;
      padding-left: 10px;
  }