
:root {
    /* 
        Define a custom width for the left side navigation. The default width is 15rem.   
        --luigi__left-sidenav--width: 15rem; 
        Define a custom width for the App Title 
        --luigi__app-title--width: 100vw;
        --luigi__multi-app-dropdown--width: 100vw; 
    */
}
noscript {
    text-align: center;
    font-size: 30px;
    color: #444;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 10px;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f9f9f9;
    width: 100%;
    height: 100% !important;
}

noscript div{
    font-size:100px;
    font-weight:400;
    color:#df000f;
}
