html, body {
   min-height: 100%;
   margin: 0;
 }
 body{height:100%;}
 #root{
    height: 100%;
 }

.App{height:100%;}

.app-content{
   height:100%;
}
