/* 
    Created on : 30. 4. 2021, 14:52:30
    Author     : Jiří Frantál
*/

/* +++ Error +++ */

/* -------------------- Error box -------------------- */

#body #error div.content {
    margin: 5px;
    
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    row-gap: 5px;
    
    justify-items: center;
    align-items: center;
}

#body #error div.content p {
    text-align: center;
}