html,
body {
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    line-height: 1.5;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
}
