*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
  }
  body {
    background: #000;
    color: #fff;
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu,
      sans-serif;
  }
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
  }
  .logo {
    width: 200px;
    cursor: pointer;
    margin-left: 12px;
    margin-top: 10px;
  }
  .buttons {
    margin-right: 70px;
  }
  nav button,
  .footer button {
    outline: 0;
    border: 0;
    padding: 7px 26px;
    background-color: red;
    color: #fff;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 18px;
  }
  .language,
  .footer .language-btn {
    background-color: transparent;
    border: 0.1px;
    outline: solid 1px;
  }
  .downimg,
  .footer .language-btn .downimg {
    width: 10px;
    margin-left: 10px;
  }
.container{
  display: flex;
  justify-content:conter;
}  
.container img{
  margin: 40px;
}
.container h2{
  margin: 40px;
  font-size: 20px;
}
.movie-container{
  border:10px solid rgb(25, 122, 129);
  width:700px;
  height: 400px;
  margin-top: 40px;
  margin-left: 430px;
}
.text{
  margin-top: 100px;
  margin-left: 400px;
}
iframe{
  width:700px;
  height: 400px;
}







@media  screen and (max-width:960px) {
  html{
    font-size: 50%;
  }
}
@media  screen and (max-width:770px) {
  html{
    font-size: 50%;
  }
  .logo {
    width: 296px;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 35px;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
  width: 1020px;
  align-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
}
nav button, .footer button {
  outline: 0;
  border: 0;
  padding: 8px 10px;
  background-color: red;
  color: #fff;
  border-radius: 4px;
  margin-left: 10px;
  cursor: pointer;
  font-size: 48px;
}
.text {
  margin-top: 176px;
  margin-left: 95px;
  width: 1000px;
  font-size: 19px;
}
.buttons {
  margin-right: 16px;
  display: flex;
}
.movie-container {
  border: 10px solid rgb(25, 122, 129);
  width: 840px;
  height: 500px;
  margin-top: 40px;
  margin-left: 129px;
}
iframe {
  width: 837px;
  height: 473px;
}
}



@media  screen and (max-width:470px) {
  html{
    font-size: 50%;
  }
  .logo {
    width: 296px;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 35px;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
  width: 1020px;
  align-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
}
nav button, .footer button {
  outline: 0;
  border: 0;
  padding: 8px 10px;
  background-color: red;
  color: #fff;
  border-radius: 4px;
  margin-left: 10px;
  cursor: pointer;
  font-size: 48px;
}
.buttons {
  margin-right: 16px;
  display: flex;
}
.text {
  margin-top: 176px;
  margin-left: 95px;
  width: 1000px;
  font-size: 19px;
}
.movie-container {
  border: 10px solid rgb(25, 122, 129);
  width: 840px;
  height: 500px;
  margin-top: 40px;
  margin-left: 129px;
}
iframe {
  width: 837px;
  height: 473px;
}
}