body {

    background-color: #2366b9;
}
.main-error {
    background: #fff;
    padding: 50px 100px 100px;
    margin: 100px auto;
    border-radius: 5px;
    text-align: left;

}
.error,.error404,i{
	color: #c9302c;
	font-size: 3em;
	text-transform: uppercase;
}