﻿body {
	font-family: Arial, sans-serif;
	text-align: center;
	background-color: #f4f4f4;
	color: #333;
	margin: 0;
	padding: 0;
}

.error-container {
	margin-top: 10%;
}

	.error-container img {
		max-width: 220px;
		margin-bottom: 20px;
	}

	.error-container h1 {
		font-size: 2.5em;
		margin-bottom: 10px;
	}

	.error-container p {
		font-size: 1.2em;
		margin-bottom: 20px;
	}

	.error-container a {
		text-decoration: none;
		color: #0078d7;
		font-weight: bold;
	}

		.error-container a:hover {
			text-decoration: underline;
		}
