/*\*/
html {margin: 0; padding: 0; background: #f3eee7; background: linear-gradient(#d8c6b2, #f3eee7) fixed; font: 16px/1.2 Verdana, sans-serif;}
body {width: 950px; margin: auto; padding: 1em; background: #fff; min-height: 100vh;}
/*\*/
header {margin-top: -8px; color: #048;}
header h3 {
width: fit-content; line-height: 2rem;
margin: 1em 0 0.5em 0; padding: 0 1.5rem;
border: 2px solid #048; border-radius: 10px 0;
background: #c5e6fe;
}
header h4 {margin: -5px 0 0 30px;}
/*\*/
p.home {text-align: center;}
p.bsub::first-line {font-size: 1.1em; color: #048;}
/*\*/
img.mill {
display: block; margin: 1.5em auto 1em;
box-shadow:
#000 0 0 0 1px,
#fff 0 0 0 5px,
#cd7f32 0 0 0 12px;
}
.mill + div {margin: 3px calc((100% - 500px) / 2); font-size: 15px;}
div#mid {width: fit-content; margin: 3px auto; font-size: 15px;}
/*\*/
img#radial {
display: block; margin: 1em auto; border: 13px solid; background: #ccccb3;
border-image-source: radial-gradient(closest-side, transparent 50%, #cd7f32 50%); border-image-slice: 49%;
}
#radial + div {margin-top: -13px; font-size: 15px; text-align: center;}
/*\*/
a.tie {text-decoration: none;}
a.tie:link, a.tie:visited {color: #00f;}
a.tie:hover {text-decoration: underline;}