html {
    font-family: sans-serif;
    background: #444;
}

body {
    width:80%;
    margin: auto;
    background: #eee;
    padding:100px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

h1 {
    background: #999;
    color: azure;
    text-align: center;
    padding: 50px;
    font-size: 30px;
    text-shadow: 3px 2px #111;
    
}

img {
    float:right;
}