body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}html{color-scheme:dark}body{color:#fff;background:#000}form{display:table;min-width:350px;margin:0 auto;padding:1rem;visibility:visible}label{margin-bottom:.5rem;color:#fff}input,label{display:table;width:100%}input{padding:.5rem;border:1px solid #ccc;border-radius:.25rem;box-sizing:border-box;margin-bottom:2.5rem}input:focus{outline:none;border-color:red}button{display:table;width:100%;padding:.5rem;border:none;border-radius:.25rem;box-sizing:border-box;margin-bottom:2.5rem;background-color:red;color:#fff;cursor:pointer}button:hover{background-color:#fff;color:red}