html{font-size:20px;max-width:100vw;box-sizing:border-box}*{font-family:sans-serif}body{background:#111;color:#9f9f9f;padding:1rem;margin:0;line-height:1.3;overflow-x:hidden!important;max-width:100vw;box-sizing:border-box}h1{color:#bbb}.base-input,input[type=text],.button,button,input[type=button],input[type=submit]{display:inline-block;border:3px solid #9f9f9f;border-radius:1rem;font-size:1rem;color:#080916;padding:1rem 1.5rem;margin:1rem 0;background:#9f9f9f;box-sizing:border-box}.base-input::placeholder,input[type=text]::placeholder,.button::placeholder,button::placeholder,input[type=button]::placeholder,input[type=submit]::placeholder{color:#080916}.button,button,input[type=button],input[type=submit]{background:#222;transition:background .3s;color:#9f9f9f}.button:hover,button:hover,input[type=button]:hover,input[type=submit]:hover{background:#111;cursor:pointer}a.button{text-decoration:none}a{color:#9f9f9f}
