/*
 * Your global styles here
 */
html,
body {
    height: 100%;
}

html {
    background: var(--background-color);
}

body {
    margin: 0;
}
