header {
    background-size: 995px;
    background-image: url("images/thethinker.png");
    background-repeat: no-repeat;
    color:purple;
    text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
    position: static;
    left: 30px;
    border: 3px solid #73AD21;
    text-align: center;
}
body {
    width: 995px;
    background-color:turquoise;
    color:black;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 32px;
    margin-right: 32px;
    border-style: double;
    margin: 0 15%;
}

#page-container {
    background-color: #B0E0E6;
    max-width: 1100px;
    margin: 32px auto;
}

img {
    border: 3px solid #73AD21;
}
h1 {
color: purple;
}
h2 {
color: brown;
}
p {
    text-align: center;
    text-indent: 10px;
    margin-top: 22px;
    margin-bottom: 22px;
    margin-right: 22px;
    margin-left: 22px;
}
a:link {
    color: yellow;
    text-decoration: none;
    
}

a:visited {
      color: lightgoldenrodyellow;
      text-decoration: underline;
}

a:hover {
    color: red;
    border-bottom: 1px dotted #004400
}
a:active {
    color:darkred;
}
footer p {
font-size: x-small;
}