.cinema {
  padding-top: 17em;
  padding-bottom: 8em;
  background-image: url("../images/sky.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  height: calc(100vh - 7em);
}

h1 {
  color: aliceblue;
  text-align: center bottom;
  margin-top: 5em;
  padding-top: 12;
  margin-left: 0em;
  font-size: 3rem;
}
@media only screen and (max-width: 992px){
  
  h1 {
      justify-content: normal;  
  }
  }