html {
    background-color: black;
  }
  h1 {
    color: white;
    text-align: center;
    font-family: 'Libre Baskerville', serif;
    font-size: 2rem;
    text-transform: uppercase;
  }
  p {
    color: white;
    text-align: center;
  }
  .poster {
    width: 50%;
    margin-left: 25%;
    margin-right: 10%;
    margin-top: 5%;
  }
  img {
    border: 5px solid white;
    width: 100%;
  }