body {
	background-image: linear-gradient(135deg, #090909 12.50%, #181818 12.50%, #181818 50%, #090909 50%, #090909 62.50%, #181818 62.50%, #181818 100%);
	background-size: 5.66px 5.66px;
	position: relative;
}

#ascii-background {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	margin: 0;
	padding: 0;
	color: rgba(255, 255, 255, 0.1);
	font-family: 'Courier New', monospace;
	font-size: 8px;
	line-height: 1;
	white-space: pre;
	pointer-events: none;
	overflow: hidden;
}

div {
	height: 90vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 1;
}

p {
	font-family: 'Roboto', 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 15px;
	line-height: 150%;
	color: #ddd;
}

a {
	text-decoration: none;
	color: #ccc;
}