:root{--bg-color: rgb(4, 9, 19) ;--color: rgb(233, 233, 233) ;--border-color: rgb(100, 100, 100) ;--border-color-2: rgb(138, 138, 138) ;--light: white ;--primary: rgb(130, 255, 130) }body{background:var(--bg-color);color:var(--color);margin:0}*{font-family:Georgia,Times New Roman,Times,serif;box-sizing:border-box}a{color:inherit;font-weight:700}p,button,div[contenteditable=true],div[contenteditable=plaintext-only]{white-space:pre-wrap;max-width:100ch}button{width:fit-content;padding-left:.5rem;padding-right:.5rem}div[contenteditable=true],div[contenteditable=plaintext-only]{border:1px solid var(--border-color);padding:5px;border-radius:3px;background:#fff}input[type=radio]{cursor:pointer}button{font-size:inherit;cursor:pointer;background:var(--light);border-radius:3px;border-color:var(--border-color)}button:hover{background:#eee}button:focus{background:#eee}hr{border-top:1px solid var(--border-color);width:100%;height:1px}
