body{
  background-image: url("../images/curtains.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

h1{
  font-size: 100px;
  text-align-last: center;
  color: white;
  font-family: Impact;
}

h2{
  margin-left: 315px;
  color: #1bfc02;
  font-family: Georgia;
  margin-top: 80px;
}

.movie{
  margin-left: auto;
  margin-right: auto;
  width: 56%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.beschrijving{
  color: #1bfc02;
  font-family: Georgia;
  margin-left: auto;
  margin-right: auto;
  width: 56%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-top: 50px;
}
