
/* nav bar  */
#searchBar {
  width: 50vw;
}
.navbar{
  background-color: #42032C;
}
nav img{
  width: 10vw;
  position: relative;
  margin: auto;

}
a.disabled {
  pointer-events: none;
  cursor: default;
}

/*favourite movies container */
#header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.display_fav_container {
  display: flex;
  margin-top: 0.5rem;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

#listFav {
  margin-top: 1rem;
}

#info_btn {
  border: none;
  padding: none;
  background: none;
  margin: 0;
}

#info {
  cursor: pointer;
}

#movie_info_container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.card_body{
  font-family: 'Fredoka One', cursive;
}

