body {
	background-color: #2f358f;

}
.poster-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 2rem;
}

.sample-box {
  width: min(90vw, 1100px);
  padding: 1.25rem;
}

.sample-text {
  margin: 0;
  color: #fff;
  font-size: 10pt;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: normal;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"serif;
	font-weight: bold;
}

.subheading {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"serif;
  font-weight: 500;
  font-size: 1rem;
	color: grey;
}

.poster-inner {
  width: min(90vw, 1100px);
  padding: 1.5rem;
}

.poster-text {
  text-align: center;
  text-transform: uppercase;

  line-height: 0.78;
  letter-spacing: -0.03em;
  font-size: clamp(1.25rem, 3vw, 3.5rem);
  margin: 0 auto;
	font-family: "pf-expo", sans-serif;
font-weight: 300;
font-style: normal;
}

.line-link {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.line-link:hover,
.line-link:focus {
  color: #fff;
  text-decoration: line-through;
  text-decoration-thickness: 0.08em;
	text-decoration-color: grey;
}

.credits {
	
	max-height: 25px;
}



	  header {
		  background-color: black;
		  opacity: 50%;
		  
    text-align: center;
	z-index: 1;
}

.credits {
	
	max-height: 25px;
}

.col {
	padding-top: 1%;
}

.container-fluid {
	padding-top: 3%;
}