@charset "UTF-8";
/* CSS Document */

body, html {
	margin: 0;
	height: 100%;
}

body {
	background: #ededed;
	color: #333;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height: 1.4;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

a, a:visited {
	color: #687819;
	transition: 0.5s all;
}

a:hover, a:focus {
	color: #5fb611;
}

h1 {
	font-weight: normal;
}

.fas {
	color: #999;
}

i.fas + h1 {
	margin-top: 30px;
}

.error-code {
	font-size: 50vw;
	font-weight: bold;
    letter-spacing: 0.05em;
	position: absolute;
	left: 0;
	right: 0;
    margin: 0;
	color: #ddd;
	z-index: -1;
}
