html,
body {
   font-size: 16px; /* base font reset */
   margin:0;
   padding:0;
   height:100%;
   background: #6793b2 url(bg.png) repeat;
}

.resize {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

main {
max-width: 1200px;
text-align: justify;
margin: 0 auto 1rem auto;
padding: 0 0.5rem;
font-family: 'Libre Baskerville', serif;
font-size: 100%;
line-height: 160%;
color: #ddd;
}

b, strong {color: #fff;}

blockquote p::before {
    content: "✧";
    margin-right: 0.75rem;
    color: #395b74;
    text-shadoW: 0 0 2px #b6c7d1, 0 0 4px #fff, 0 0 10px #fff;
}

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

a:link,
a:visited,
a:active {text-decoration: none;
color: #2c4470;}


a:hover {
    color: #40627d;
    border-bottom: 1px dashed #577f9b;
}
