* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Epilogue, sans-serif;
}

body {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

header {
  text-align: center;
  margin: 20px 0;
}

header h1 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Epilogue, sans-serif;
  font-size: 1rem;
}

header nav a {
  color: #fff;
  font-size: .8rem;
  text-decoration: none;
}

main {
  text-align: center;
  width: 90%;
  max-width: 1000px;
}

.title h2 {
  text-transform: uppercase;
  margin: 20px 0;
  font-size: 1.5rem;
}

.main-image img {
  object-fit: cover;
  width: 100%;
  max-height: 600px;
}

.video {
  margin: 20px 0;
}

.gallery {
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
  display: flex;
}

.gallery img {
  object-fit: cover;
  max-width: 400px;
}

.crew {
  text-align: left;
  margin: 60px 0 20px;
  font-size: .9rem;
  line-height: 1.6;
}
/*# sourceMappingURL=page1.e9dc953b.css.map */
