/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 4, 2019, 9:46:08 AM
    Author     : KlausGiebermann
*/


body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    user-select:none; 
    unselectable:'on';	
}

main {
    flex: 1 0 auto;
}
 