html {
  font-family: 'Montserrat', sans-serif;
  height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  height: 100%;
}

.poster1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.title {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
}

img {
  height: 400px;
  width: 700px;
}

.contact {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  white-space: nowrap;
}

.email {
  text-align: center;
  margin-top: 10px;
  white-space: nowrap;
  font-size: 16px;
}
