@font-face {
	font-family: 'random-webfont';
	src: url('random-webfont.eot');
	src: url('random-webfont.eot?#iefix') format('embedded-opentype'),
		url('random-webfont.woff2') format('woff2'),
		url('random-webfont.woff') format('woff'),
		url('random-webfont.ttf') format('truetype'),
		url('random-webfont.svg#random-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #f3eff4;
	min-height: 100%;
}

body {
	background-color: #000000;
	background-image: url(binary_signature_1920x1080_blue.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.contact {
	color: #9900ff;
	text-align: center;
	font-size: x-large;
	padding: 12px 16px 0;
}

.contact a {
	color: white;
}

.sheet {
	max-width: 720px;
	margin: min(58vw, 620px) auto 64px;
	padding: 0 24px 48px;
}

h1, h2 {
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 0.02em;
}

h1 {
	font-size: 2rem;
	margin: 0 0 8px;
}

h2 {
	font-size: 1.25rem;
	margin: 32px 0 8px;
	color: #a73cff;
}

p, li {
	line-height: 1.5;
	color: #c8c4cc;
	font-size: 1.05rem;
}

a {
	color: #ffffff;
}

.meta {
	color: #a19fa5;
	font-size: 0.95rem;
}
