h1 object { display: block; position: absolute; }
li, ul { list-style: none; padding: 0; margin: 0; }
li { font-size: 2em; position: absolute; text-transform: capitalize; padding: 0.25em; border: solid orange 0.1em; background: white; }
li:hover { background: yellow; }
li:first-child { left: 10%; top: 50%; }
li:first-child + li { left: 40%; top: 70%; }
li:first-child + li + li { left: 60%; top: 80%; }
li:first-child + li + li + li { left: 10%; top: 80%; }
li:first-child + li + li + li + li { left: 75%; top: 50%; }
:link, :visited { color: blue; }
:link:hover, :visited:hover, :link:focus, :visited:focus { color: black; }
