html, body, #root {
    height: 100%;
    margin: 0;
}
html {
    background: #fafafa;
}
@media (max-width: 599.95px) {
    html {
        background: none;
    }
}