input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

html[color-preferences="light"] {
    body {

    }
}

html[color-preferences="dark"] {
    body {

    }
}

section {
    margin-top: 100px;
}