html, body {
	font-family: sans-serif;
	background: linear-gradient(
		to bottom,
		#ffffff 0%,
		#edf4fb 35%,
		#bbc0d9 100%
	);
	color: #232629;

	margin: 0 20px;
	min-height: 100%;
}

a {
	color: #3498db;
}

html::after {
	content: "";
	position: fixed;
	bottom: 15px;
	right: 15px;

	width: 310px;          /* signature size */
	height: 310px;

	background-image: url("ijC3YWP.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;

	opacity: 0.6;         /* subtle signature feel */
	pointer-events: none; /* clicks pass through */
	z-index: 9999;
}
