﻿.error-content { 
    width: 450px;
    margin: 50px auto;
    text-align: center;
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    font-weight: 300;
}
.error-content h1 { 
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #8f8371;
    text-transform: uppercase;
}
.error-content a { 
    color: #f9b118;
}