html, body {
    margin: 0;
    padding: 0;
    overflow: hidden; /*  this stops page scrolling */
    height: 100%;
}
body, button, input, select, textarea {
    font-family: 'Lato', sans-serif !important;
}