.ErrorState {
    margin: 50px;
    text-align: center;

    .Message {
        margin-left: auto;
        margin-right: auto;
        width: 625px;
    }

    .SorryImage {
        background-image: url("images/500error.png");
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        height: 150px;
        width: 225px;
    }
}
