html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 60px;
    height: 100%;
    position: relative;
}

html, body {
    background: #d2d6de;
    height: 100%;
    margin-bottom: 0;
    min-height: 394px;
}