@charset "UTF-8";

h1 {
    color: darkorchid;
    border-bottom: 1px solid black;
    font-family: "Shadows Into Light", sans-serif;  
}

h2 {
    font-family: "Shadows Into Light", sans-serif;  
    color: darkorchid
}

p{
    font-size: large;
    font-family: sans-serif;
    margin-left: 100px;
    font-family: "Raleway", sans-serif;
}

img{
    float: right;
    margin: 0 12px;
}

footer {
    padding: 3em 1em 2em 1em;
    background: 
    url(photos/gooseshadow.png) 20% bottom no-repeat;
}
