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

h1, h2 {
    color: darkblue;
    text-align: center;
    font-family: 'roboto condensed', sans-serif;
}    
    
h1 {font-size: 150%}
h2 {font-size: 100%}

img {border:2px solid darkblue;}

