html{
    height: 100%;
    font-size: 18px;
}
body{
    height: auto;
    min-height: 100%;
    color: #1F3948;
    background: #ebf2fa;
    font-family: 'Lato', sans-serif;
    position: relative;
    overflow: auto;
}
