html,
body {
   font-size: 16px; /* base font reset */
   margin:0;
   padding:0;
   height:100%;
   background: #edead1;
}

main {
width: 100%;
text-align: center;
margin: 0rem auto 1rem auto;
font-family: 'Libre Baskerville', serif;
font-size: 120%;
color: #7a6b2e;
}

footer {
width: 60%;
text-align: center;
margin: 4rem auto 2rem auto;
font-family: 'Libre Baskerville', serif;
font-size: 60%;
letter-spacing: 0.1rem;
color: #b39a41;
line-height: 200%;
}

a:link,
a:visited,
a:active {text-decoration: none;
color: #86763f;}


a:hover {color: #7a6b2e; border-bottom: 1px dashed #fff;}
