body {
  background-color: #9fa1ff;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
h1 {
  text-align: left;
  background-color: #ff7700;
  color: whitesmoke;
}
#container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1000px;
  margin: auto;
  height: max-content;
}
#right-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: auto;
}
#film1 {
  background-color: #66ff99;
  width: 60%;
}
#film {
  background-color: #ddd;
  padding: 20px;
  text-align: center;
  height: auto;
}
#film2 {
  background-color: #8a2be2;
  padding: 20px;
  text-align: center;
  height: auto;
}
#film3 {
  background-color: #ff1493;
  padding: 20px;
  text-align: center;
  height: auto;
}
#film4 {
  background-color: #adff2f;
  padding: 20px;
  text-align: center;
  height: auto;
}
#intro {
  width: 100vw;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #ff66b2;
}
#intro img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
#intro p {
  background-color: #fc8cc4;
  padding: 10px;
}
#intro-text {
  text-align: center;
  padding: 20px 10px;
  background-color: #fb9fcd;
  font-size: 20px;
}
p {
  text-align: left;
  background-color: #f5e1cf;
}
.film-img {
  float: left;
  width: 150px;
  height: auto;
  margin-right: 15px;
}
.film1-box {
  float: right;
  width: 200px;
  background-color: #da70d6;
  padding: 10px;
  text-align: left;
  margin-left: 15px;
}
.film2-img {
  float: left;
  width: 150px;
  height: 200px;
  margin-right: 15px;
}
@font-face {
  font-family: footerfont;
  src: url(MoiraiOne-Regular.ttf);
}
.footer {
  font-family: footerfont;
  text-align: center;
  color: white;
}
.center {
  text-align: center;
}
