
html {
    height: auto;
}


body {
    background-color: #777777;
    font-family: sans-serif;
    font-size: 1em;
    margin: 0px;
}

#DIV_APP{
    background-color: #550000;
    padding: 0px;
    height: auto;
    overflow: auto;
    display: grid;
    grid-template-rows: auto auto auto;
    resize: both;
    
}

#DIV_TOP {
    background-color: black;
    color: yellow;
    padding: 4px;
    display: grid;
    grid-template-columns: 100px auto 100px;

}

#BUT_LOGIN {
    font-weight: bold;  
    display: grid
    
}

#DIV_MODUL {
    background-color: #777777;
    padding: 4px 4px 4px 4px;
    height: 100%;
    resize: both;
}

#DIV_STATUS {
    background-color: green;
    padding: 4px 4px 4px 4px;
    align-self: flex-end;
    display: block;
}

