body { 
	margin: auto;
	margin-top: 24px;
	max-width: 640px;
} 

a {
	color: #a1cd5e;
}

footer {
	display: grid;
	grid-template-columns: repeat(auto-fill, 88px);
	gap: 4px;
}

.sitemap {
	float: right;
	display: inline-block;
}

.photos {
	column-count: 3;
	column-gap: 5px;
}

.photos img {
	width: 100%;
	height: auto;
}

.badge {
	float: left;
	padding: unset;
	margin: unset;
	border: unset;
}


@media  {
	body {
		background-color: #011627;
		color: #ecc48d
		;
	}

hr { background-color: #82aaff; height: 1px; border: 0; }
}
