html, body, .app {
    height: 100%;
    box-sizing: border-box;
}
* {
    box-sizing:border-box
}