:root {
    color-scheme: light dark;
}

body {
    margin: 1rem auto;
    max-width: 1500px;
}

input, button {
    font-size: inherit;
}
