@import url(reset.css);

body {
    font-family: verdana;
    background-color: greenyellow;
}

h1 {
    text-align: center;
    background-color: #222;
    color: hotpink;
    padding: 1em;
}

h1 > span {
    color: #222;
    font-size: 2em;
    text-shadow: 0 0 9px orange, 0 0 11px red, 0 0 14px orange;
    display: block;
    transform: rotate(-180deg);
}
ul {
    margin-left: 1.5em;
}

ul ul {
    font-weight: bold;
    color: goldenrod;
}