body {
	background: #333;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-align: center;
}
h1 {
	font-size: 30px;
	font-weight: 700px;
}
.error {
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
}
img {
	width: 30%;
	left: -50px;
}
.error ul {
	display: block;
	text-align: left;
	text-decoration: none;
	list-style: none;
}
.Reasons {
	font-size: 20px;
	font-weight: 400px;
}
.help {
	margin-top: 30px;
}
.help a {
	text-decoration: none;
	color: #fff;
}
.help a:hover {
	color: orange;
}