body {background-color:#fff; font-size:16px; font-family:republic-web,'Georgia',serif; margin:5%; display:flex; flex-flow:column nowrap; justify-content:center; align-items:center;}
header {padding-bottom:10px;}
header img {width:335px; height:217px; /*width:25vw; height:calc(25vw * calc(217 / 335)); min-width:150px; min-height:100px; max-width:300px; max-height:200px;*/}
main {display:flex; flex-flow:column nowrap; justify-content:center; align-items:center; padding:40px 20px; border:5px double #000; width:80%;}
footer {display:flex; flex-flow:row nowrap; justify-content:space-between; padding:10px 0; width:calc(80% + 40px);}
footer img {width:170px; height:25px;}
h2 {font-family:republic-web-condensed,'Georgia',serif; font-weight:600; font-style:normal;}
a {color:#000;}
p {margin-top:0;}
.invert {padding:10px 20px; background-color:#000; color:#fff; border-radius:10px;}