body {
    text-align: center;
    font-family: Verdana;
}

h1 {
    background-color: lightblue;
    color: red;
{

ul {
    border: 3px dotted blue;
}

h3 {
    background-color:yellow;
}

li {
    text-align: left;
    font-style: italic;
}

#funny {
    font-weight: bold
    background-color: pink
}

span {
    font-weight: bold;
    font-size: 18px;
}
