* {
  margin: 10px;
}


#IdanFlixImg {
  width: 100%;
  height: 8cm;
}

.clips {
  display: flex;
  overflow-x: scroll;
  width: 100%;
  gap: 10px;
}
.clips img{
  width: 21%;
}

#titles {
  text-align: center;
  word-spacing: 60px;
}