.error-container{text-align: center;}
.error-container h1{    color: #09713c;
    font-size: 150px;
    font-weight: normal;
    line-height: 100px;
    margin: 0;
    padding: 20px 0 0;
    text-align: center;
}
.error-container h3 {
    color: #a2a2a2;
    font-size: 63px;
    font-style: normal;
    font-weight: bold;
    line-height: 55px;
    margin: 0;
    padding: 53px 0 20px;
    text-align: center;
}
.error-container p {
    color: #000;
    font-size: 27px;
    line-height: 35px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
	max-width: 820px;
	
}
