:root {
	font-size: 18px;
}

html, body { height: 100%; width: 100%; margin: 0; }

body {
	background-color: #fff
}

nav {
	text-align: center;
}

#content {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 90%;
}

#fridge {
	position: relative;
}
#fridge .art {
	position: absolute;
	max-width: 20%;
	filter: drop-shadow(-1px 3px 1px rgba(0,0,0,.35));
}
#fridge .art:hover, #fridge .art:focus-visible {
	scale: 1.1;
}

.full-image-view {
	color: white;
	.fiv-content {
		background: white;
		color: black;
		a, a:link, a:visited { color: #69916d; }
		.text { margin-top: 0; padding-top: 0; }
	}
}