/** webring exclusive styling */
div.webring {
	width: 70%;
	margin: 3vh auto;
	display: flex; justify-content: space-around; align-items: center;
	font-size: 1.5rem;
	border-radius: 1.5rem; border: 2px solid;
}
div.webring > a { text-decoration-line: none; }
div.webring > a:hover { background: none; }
