
h1 {
    font-size: 40px;
    color: blue;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    letter-spacing: 10px;
    text-shadow: 3px 3px;
}

body {
    background-color: burlywood;
}