h1 {
  font-family: "Lucida Console", "Courier New", monospace;
  color: white;
  font-size: 4.0 rem;
  font-weight: 800;
}

.container-header {
  padding:10px;
  background-color:#FCD29F;
  border: 5px solid #7FD8BE;
  border-radius: 10px;
  padding: 40px 40px;
  display: flex;
  
}

.header-row {
	flex: 3;
}

.nav-row {
  font-family: "Lucida Console", "Courier New", monospace;
  font-weight: bolder;
  flex: 1;
}

.container-movies {
  height: 400px;
  background-color: #eee;
  padding: 80px;
  border: 5px solid #7FD8BE;
  background-color:#FCD29F;
  display:flex;
  
}

.movie-one {
  flex: 1;
  
    
    
}

.movie-two {
 flex: 1;
}

.movie-three {
  flex: 1;
}

h3 {
  font-family: Chalkduster, fantasy;
  
}

h2 {
  font-family: Chalkduster, fantasy;
}

p {
  display: block;
  font-family: Chalkduster, fantasy;
  font-weight: 300;
  
  
}

.container-about {
	border: 5px solid #7FD8BE;  
  padding: 20px 40px;
  background-color: #FCD29F;
  margin: 30px auto 0 auto;
  display: flex;
  line-height:1.65;
  letter-spacing:1px;

}

.about-one {
  flex: 3;
  order: 2;
}

.about-two {
  flex:1;
  order:3;
}

.about-three {
  flex: 1;
  order: 2;
}
