header { background-color: black;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(clybe.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 11%;}
body {background-color: grey;
    color: black;
    font-family: 'Courier New', Courier, monospace;
    display: block;}
h1 {color: palegreen;
    font-weight: bolder;
    padding: 5%;
    text-align: center;
    text-shadow: rgb(255, 255, 255) 5px 5px 5px;}
h2 {font-weight: bold;
    text-align: center;}
h3 {font-weight: bold;}
#wrapper {width: 75%;
    margin-left: auto;
    margin-right: auto;
    background-color: lightskyblue;
    outline: auto;
    box-shadow: rgb(32, 30, 30) 7px 7px 7px;}
footer {font-size: x-small;
    text-align: center;
    font-style: italic;}