body {
  background:#111;
  color:#fff;
  text-align:center;
  font-family:sans-serif;
}
video {
  width:80%;
  margin:20px;
  border-radius:10px;
}
.movie {
  display:inline-block;
  margin:10px;
  cursor:pointer;
}
.movie img {
  width:150px;
  border-radius:10px;
}
