/* clear padding */
body {
	
	margin: 0;
	
}

/* load Lato-Light font */
@font-face {
	
	font-family: 'Lato-Light';
	src: url('../fonts/Lato-Light/lato.woff2');
	src: url('../fonts/Lato-Light/lato.woff2') format('woff2'),
	url('../fonts/Lato-Light/lato.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Lato-Light/lato.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	
}

/* font sizes */
h5 { font-size: 16px; }
p { font-size: 16px; }

/* main container */
.error-wrapper {
	
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url("https://assets.stefankliszynski.com/img/texture-fabric.png");
	background-repeat: repeat;
	color: #dbdbdb;
	font-family: 'Lato-Light';
	text-align: center;
	background-color: #232323;
	
}

/* return button and text centred */
.error-content {
	
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	
}

.error-titles {
	
	
	
}