body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-size: cover;
  background-color: gold; 
  background-repeat: no-repeat;
  text-align: center;
}

li {
  text-align: left;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

