body {
  background-color: rgb(155, 132, 155);
  color: thistle;
  font-family: "Manufacturing Consent", Times;
  font-size: 30px;
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 80px;
  background-image: url(https://64.media.tumblr.com/f0f57225967cada7631e281f39972e55/tumblr_mvjmu4OPAj1rfjowdo1_500.gif);
  background-size: 150px;
}

h1, p, ul {
  background-color: black;
  text-align:left;
  padding: 10px;
  border-radius: 25px;
  text-shadow: 2px 2px 5px thistle;
}
  
.box {
  padding: 0.3em;
  background-color: #00000080;
  background-repeat: repeat;
  background-attachment: fixed;
  border-radius: 25px;
  }
