/* Define root container */
errors {
    display: block;
    padding: 20px;
    font-family: ui-sans-serif,system-ui,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    background-color: #eee;
}

error {
    display: block;
    font-size: 14pt;
    font-weight: bold;
    color: #333;
    margin-bottom: 40px;
}

code {
    display: block;
    font-style: italic;
    background-color: darkred;
    color: white;
    padding: 10px;
    font-size: 16pt;
    margin-bottom: 10px;
}

url, message, description {
    display: block;
    margin-bottom: 10px;
}
