html{display:flex;align-items:center;justify-content:center;height:100%;font-family:monospace;background-color:#333;color:#ccc}#donut{border:100px solid wheat;border-bottom:100px solid chocolate;border-radius:100%;width:100px;height:100px}#computer{position:absolute;top:10px;width:300px}#controls{margin-top:10px}#controls input{max-width:60px;margin-left:7px;margin-right:15px}#computer button{margin-top:10px;width:100%}#results{margin-top:10px;white-space:pre-wrap;opacity:.65}
