/*\*/
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; position: relative;}
/*\*/
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;}
/*\*/
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) 1em; font-size: 15px;}