body{
  background-image: url("../IMAGES/GLOBAL/backgrounds/star-background.gif");
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  background-color: Black;

}
.center-head {
  height: 10%;
  width: 60%;
  margin-top:3%;
  background-color: red;
  justify-content: center;
}
.center-content {
  height: auto;
  width: 60%;
  background-color: lim;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 5px solid grey;
  border-radius: 5px;
  justify-content: center;

  background-color: white;
}

.meImg {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  
}

.meImg iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 5px solid grey;
  border-radius: 5px;
  
}

.infoBox {
  background-color: white;
  width: 100%;
  height: auto;
  
}

h1 {
 margin:0%; 
}

.info {
  margin-left: 5%;
  margin-right:5%;
  margin-top: 5%;
  margin-bottom: 5%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.movieTitle {
  margin-left: 5%;
  margin-right:5%;
  margin-top: 2%;
  margin-bottom: 0%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.movieInfo {
  margin-left: 5%;
  margin-right:5%;
  margin-top: 0%;
  margin-bottom: 5%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.center-foot {
  height: 3%;
  width: 60%;
  background-color: blue;
  margin-top:3%;
  justify-content: center;
}
