body {
  font: 16px Arial, Verdana, sans-serif;
  background-image: url(../images/speckled-film-small.jpg);
  background-repeat: repeat;
}
header {
  width: 80%;
  height: 8rem;
  background-image: url(../images/banner.png);
  background-size: auto 8rem;
  background-repeat: repeat-x;
  margin: 1rem auto;
  text-align: center;
  font-size: 1.5rem;
  color: black;
  display: flex;
  justify-content: space-around;
}
.movie-header {
  padding: 0.5rem 1rem;
  background-color: white;
}
.movie-border {
  width: 100%;
  height: 20px;
  background-image: url(../images/banner.png);
  background-size: auto 20px;
  background-repeat: repeat-x;
  margin: 1rem 0;
}
main {
  width: 80%;
  margin: 0 auto;
  background-color: #f0f0f0;
  padding: 0 10px;
  display: flex;
  justify-content: space-around;
}
footer {
  width: 80%;
  margin: 1rem auto;
  padding: 3px 0;
  text-align:center;
  background-color: #d0d0d0;
  font-size: 0.9rem;
}
footer img {
  float:left;
  margin: 0 5px 5px 0;
}
.movie-items {
  list-style: none;
  padding: 0 0;
}
.movie {
  display: flex;
  margin: 1rem 0;
}
.movie-poster {
  width: 100px;
}
.movie-poster img {
  height: 100px;
}
