:root{--background-color: black;--text-color: white}body.light-mode{--background-color: white;--text-color: black}body{background-color:var(--background-color);color:var(--text-color)}input,button,select,textarea{background-color:var(--background-color);color:var(--text-color);border:1px solid var(--text-color)}h1,h2,h3,h4,h5,h6,p,div,span,a{color:var(--text-color)}
