#mainDiv{width:800px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;margin:0 auto}#content{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:2rem;text-align:center}#hangmanMainDiv{position:relative}#topBar{height:10px;width:200px;background-color:#000;margin-left:120px}#littleBar{height:50px;width:10px;background-color:#000;position:absolute;top:0;right:0}#bar{height:400px;width:10px;background-color:#000;margin-left:120px}#bottomBar{height:10px;width:250px;background-color:#000}#head{width:50px;height:50px;border-radius:100%;border:10px solid black;position:absolute;top:50px;right:-30px}#body{width:10px;height:100px;background-color:#000;position:absolute;top:120px;right:0}#right-arm{width:100px;height:10px;background-color:#000;position:absolute;top:150px;right:-100px;rotate:-30deg;transform-origin:left bottom}#left-arm{width:100px;height:10px;background-color:#000;position:absolute;top:150px;right:10px;rotate:30deg;transform-origin:right bottom}#right-leg{width:100px;height:10px;background-color:#000;position:absolute;top:210px;right:-90px;rotate:60deg;transform-origin:left bottom}#left-leg{width:100px;height:10px;background-color:#000;position:absolute;top:210px;right:0;rotate:-60deg;transform-origin:right bottom}#hangmanWordDiv{display:flex;gap:.2em;font-size:5rem;font-weight:700;text-transform:uppercase;font-family:monospace;color:#000}#keyboardDiv{display:grid;grid-template-columns:repeat(auto-fit,minmax(50px,1fr));gap:.4rem}.key{width:100%;border:3px solid black;border-radius:5px;padding:.5rem;background-color:bisque;background:none;aspect-ratio:1 / 1;text-transform:uppercase;font-size:2rem;font-weight:700;color:#000;cursor:pointer}.key:hover:not(.active):not(.inactive),.key:focus:not(.active):not(.inactive){background-color:#b995ef}.key.active{background-color:#9860eb;color:#fff;cursor:default;pointer-events:none}.key.inactive{opacity:.2;cursor:default;pointer-events:none}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;justify-content:center;align-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
