body::before {
    content: "Error: Resource Not Found\ADetails: 6eeed4ec10e2609e963499e7aba36ce5 bundle not found";
    white-space: pre-line;
    /* or pre */
    display: block;
    color: red;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #fdd;
    padding: 10px;
    border: 1px solid red;
}