body {
	height: 100vh;
	margin: 0;
	display: grid;
	place-items: center;
	font: 100%/1 system-ui;
}

geolocation {
	/* Color contrast MUST be strong enough for the button to work! */
	background: white;
	color: #0737c3;

	/* Just not allowed */
	translate: 100px 100px;

	&:granted {
		background: green;
	}
}
