body {
    max-width: 720px;
    margin: 0 auto;
    margin-top: 20px;
    font-family: sans-serif, Verdana, monospace;
    background-image: url("res/space.gif")
}

img#paper_plane {
    pointer-events: none;
    position: absolute;
    left: 20em;
    top: 0px;
    width: 50em;
}

p img{
    height: 2em;
}
a img  { height: 1.2em; display: block;}

h1, h2, h3, p, a, ul, li {
    color: white;
    font-family: sans-serif, Verdana, monospace;
    font-size: 2em;
}
