h1 {
    color: blue;
    text-align: center;
}
h2 {
    color: green;
    text-align: center;
    font-style: italic;
}
p {
    font-family: sans-serif;
}
ul {
    line-height: 40px;
}