body
{
/* These are the Background image perameters and the other options*/
  background-image: url(Background.png);
  background-size: cover;
  color: black;
  font-family: Comic;
   text-align: center;
  list-style-position: outside; 
  /* The box is the red box in the center of the screen */
  .box 
  {
  h1{
    Color: green;
    border: 2px solid green;
    text-align: auto;
  }
  margin: auto;
  width: 500px;
  border: 10px solid black;
  background: firebrick;
  border-radius: 50px;
  padding: 200px 400px;
/* Entry list is the List of items i want to talk about */
.Entry-List 
  {
  text-align: left;
  }
.Entry-List > ul 
    {
  display: inline-block;
  font-size: 20px;
  width: 280px;
  height: 100px;
  padding: 7px;
  border: 5px;
  
    }
  }
}