
#error-500 .content {
    width: 90%;
    max-width: 512px;
    margin-top: 128px
}

#error-500 .content .error-code {
    font-size: 112px;
    line-height: 1;
    text-align: center;
    margin-bottom: 16px;
    font-weight: 500
}

#error-500 .content .message {
    font-size: 24px;
    text-align: center;
    color: rgba(0, 0, 0, .54)
}

#error-500 .content .sub-message {
    font-size: 17px;
    text-align: center;
    color: rgba(0, 0, 0, .54);
    margin: 16px auto 48px
}

#error-500 .content .report-link {
    text-align: center;
    font-size: 15px
}
