* {
    margin: 0;
}

:root {
    color-scheme: light;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

@media (prefers-color-scheme: dark) {
    :root {
        color-scheme: light !important;
    }
}
