@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');

.movie-bg-container {
  background-image: url("https://d2clawv67efefq.cloudfront.net/ccbp-static-website/orange-color-bg.png");
  background-size: cover;
  padding: 24px;
}

.movie-heading-container {
  margin-top: 50px;
  margin-bottom: 20px;
}

.movie-title {
  color: #ffffff;
  font-family: "Roboto";
  font-size: 35px;
  font-weight: bold;
}

.button {
  color: #ff8348;
  background-color: #ffffff;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 500;
  width: 98px;
  height: 38px;
  border-width: 0px;
  border-radius: 8px;
}

.movie-description {
  color: #ffffff;
  font-family: "Roboto";
  font-size: 18px;
}

.sub-heading {
  color: #ffffff;
  margin-top: 20px;
  font-family: "Roboto";
  font-size: 30px;
  font-weight: 600;
}

.similar-movie-image {
  width: 200px;
  margin-left: 5px;
  margin-right: 5px;
}