/*\*/
html {margin: 0; padding: 0; background: #eaeaea; font: 16px/1.2 Verdana, sans-serif;}
body {width: 950px; margin: auto; padding: 1em; background: #fff; min-height: 100vh;}
/*\*/
div#heading {height: 85px;}
div#content {
z-index: 1; position: relative;
width: 350px; height: 75px; margin: auto; border: 2px solid #048; border-bottom: 0; border-radius: 15px 15px 0 0;
display: flex; align-items: center; justify-content: center; background: #c5e8fe;
font-family: Comic Sans MS, cursive; font-size: 1.5em; font-weight: bold; color: #048;
}
#content::after {
z-index: -1; position: absolute; content: '';
box-shadow: #333 0 0 8px 2px; width: 100%; top: 100%;
}
/*\*/
p.home {text-align: center;}
canvas {display: block; margin: 1rem auto; border: 1px solid; border-radius: 9px;}
/*\*/
div#st {float: right; margin-left: 8px; padding: 3px; font: 14px Arial, Helvetica, sans-serif; text-align: center;}
#st img {
display: block; box-shadow:
#000 0 0 0 1px,
#fff 0 0 0 4px,
#d4af37 0 0 0 7px;
margin-bottom: 8px;
}
/*\*/
figure {width: fit-content; margin: 1rem auto; outline-offset: 3px; outline: 1px solid; border-radius: 9px;}
figure div {margin-top: -8px; font-size: 15px; text-align: center;}
/*\*/
s {display: block; margin: 6px;}