html {
    /* background: rgb(241, 238, 238); */
    background: url(../assets/background.png) no-repeat center center fixed;
    background-size: cover;   /* scale to cover the whole dashboard, not just the centre */
    min-width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

