* {
    padding: 20px;
    background: orange !important;
    color: black !important;
    margin: 10px !important;
    border: 1px solid black;
    line-break: anywhere;
    position: sticky;
    font-size: 0px !important;
    font-family: monospace;
    display: contents;
}

*:before {
    content: "OOOPS! .ASS ERROR!";
    font-size:  15px;
    color: white !important;
    font-weight: bold !important;
}

*:after {
    content: " Warning: Undefined array key \"id\" at line 26";
    font-size:  15px;
    font-weight: normal !important;
}