body {
    background-color: honeydew;
}

h1 {
    color: blue;
    text-align: center;
    font-family: arial;
}

p {
    color: crimson;
    font-family: georgia;
    text-align: center;
    font-size: 20px;
}

table { margin: auto; }
tr:nth-child(odd) {
    background-color: #f2f2f2
}

li {
  text-align: center;
}

ul {
  margin: auto;
  text-align: center;
  list-style: inside;
 }
