h1, h2, p, ul {
      background-color: brown; display: inline-block; padding: 15px 20px;
    }
    body {
      background-image: url("wee.png"); color: white;
      background-color: black;
      margin: auto;
      width: 100%;
      text-align: center;
    }
    .listcontainer {
      text-align: center;
    }
   .list {
     text-align: left;
   } 