body {
    border width: 100px;
    border-top-style: dotted;
    border-top-color: #FF997F;
    background-color: #A95C4A;
    background-image: url(
    "https://lh3.googleusercontent.com/proxy/vG-VZSRtkGKbdwSLOJJH65r5PQHMtcyfWH7PRlBQSivnMJP2YzRl1wt5Wa--shNQcl-_RaeY3ebJMoLcl_nf-Ro_KKYDLko-W-R4ip88RWd-kI5CaKQw9QZugqaSVAtf-i1afiO5APlQuinSoD25Hx_5d3Rxaog9jFRctp2WGZYK8wg_utzW2vwl"
    );
}
    
h1 { text-align: center;
    text-decoration: overline underline;
    text-shadow: 2px 2px #7F4C3F;
    color: #E1BA9E;
    font: Verdana, sans-serif;
}

p {
    color: #E1BA9E;
    font: 125% Verdana, sans-serif;
}

ul {
    text-indent: 50px;
    list-style: circle;
}
a:link{ 
     color: #FF997F;
}

a:hover {
    color: #EABB9F;
}

a:active {
    color: #786049;
}

a:visited {
    color: #FFDE8C;
}

 li {
     color: #FF997F;
 }
img {
    max-width: 75%;
    max-height: 75%;
}
#pic-one {
    height: 150px;
    width: 250px;
}

#pic-two {
    height: 100px;
    width: 150px;
}

footer {
    border width: 100px;
    border-top-style: dotted;
    border-top-color: #FF997F;
}

#decoration {
    text-decoration-style: wavy;
}

@media (max-width: 600px) {
        p {
        font-size: 75%;
    }    
}
