:root {
    color-scheme: light;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    background: #ffffff;
}

#plot {
    width: 1440px;
    height: 1080px;
}
