html {background-color: #00F;}

div.wrapper {
    background-color: #69F;
    padding: 1em;
    text-align: center;
}

h1 {
    background-color: #FFF; 
    padding: 0.5em; 
    border-radius: 10px;
    text-shadow:0px 3px 3px gray;
    text-align: center;
}

p{
    color: white;
    text-shadow: 0px 1px 3px black;
    text-align: center;
}
