* {
	box-sizing: border-box;
}

html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #555;
}

.error-page-container {
	margin-top: 22px;
	text-align: center;
	font-family: Roboto, Arial, sans-serif;
}

.error-page-image {
	margin-bottom: 20px;
}

.message {
	font-size: 20px;
	font-weight: lighter;
}

.color--blue,
.text--link {
	.typography-color--link;
}

a.navigation__item:hover, a:not(:hover) {
	text-decoration: none;
}
