body {
    background-color: lightyellow;
    color: darkblue;
}

h1, h2 {
    color: red;
    text-align: center;
    font-family: Pacifico", cursive;
}    
    
h1 {font-size: 200%}
h2 {font-size: 150%}

img {border:2px solid darkblue;}

