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;
}

div {
	height: 90vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

p {
	font-family: 'Roboto', 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 15px;
	line-height: 150%;
	color: #ddd;
}

a {
	text-decoration: none;
	color: #ccc;
}