#Tarnish {
    background-color: whitesmoke;
	border: thin solid;
//	columns: 2;
}
//#Tarnish header { column-span: all }
#Tarnish header h2 { margin-bottom: 0 }
#Tarnish header h3 { margin: 0 }
#Tarnish header h3:last-child { margin-bottom: 0.5em }
#Tarnish figure {
//    display: inline-block;
    border-left: none;
    border-right: none;
    margin-bottom: 1em;
}
#Tarnish figure:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#Tarnish figcaption span { font-weight: bold }
#Tarnish figcaption { background-color: white }
