body {
  background-color: black;
  color: white;
}
#inspPoster {
  width: 50%;
  margin-left: 25%;
  text-align: center;
}
#lol {
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  letter-spacing: 10px;
}

#notFunny {
  border: 5px solid white;
  width: 100%;
}
p {
  font-size: 0.75em;
}

footer {
  padding-top: 150px;
  text-align: right;
  font-size: 0.5em;
  color: #9e9e9e;
}
