body{
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
    background-color: whitesmoke;
}

header{
    background-color: lightseagreen;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

header h1{
    color:  whitesmoke;
    font-size: 60px;
}
main h2{
    font-family: 'Dancing Script', cursive;
    font-size: 70px;
    color: maroon;
    margin: 50px 0 30px 0;
}
header img{
    border-radius: 170px;
    width: 600px;
    border: 10px solid  whitesmoke;
}

main{
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

main img{
    width: 500px;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

footer{
    background-color: lightseagreen;
    text-align: center;
    color:  whitesmoke;
    padding: 50px;
}

footer p{
    margin: 0;
}

footer a{
    color:  whitesmoke;
}
footer a:hover{
    opacity: .5;
    background-color: transparent;
}

a{
    color: maroon;
}
a:hover{
    color: white;
    background-color:  lightseagreen;
}

p.caption{
    text-align: center;
    font-style: italic;
    margin-top: 0;
    color: gray;
}