
.poster {
  padding: 50px 20px;
  background-color: #ffffff;
  text-align: center;
}
.poster-title {
  font-size: 32px;
  color: #034892;
  margin-bottom: 40px;
  font-weight: bold;
}
.poster-container {
  display: flex;
  justify-content: center;
}
.poster-image {
  width: auto;
  max-width: 100%;
  max-height: 400px;
  border-radius: 12px;
 
  object-fit: contain;
}
