html,
body {
	border: none;
	font-family: Verdana, Arial, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

body {
	align-items: center;
	display: flex;
	justify-content: center;
}

body * { box-sizing: border-box; }

body > div {
	background: radial-gradient(#eeffe4, transparent);
	border-radius: 100%;
	font-size: 24px;
	text-align: center;
	width: 60vw;
}
body > div > img { width: 100%; }
body > div a { color: #70bf45; }
