body {
  background-color: black;
}
h1 {
  text-transform: uppercase;
  font-size: 1em;
}

.poster {
  width: 30%;
  margin: auto;
  color: white;
  font-family: "Libre Baskerville", serif;
  text-align: center;
}

.motivation-img {
  border: 5px solid white;
  width: 100%;
}
