.typing-test-container{height:100vh;background:whitesmoke;overflow-x:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:monospace;font-size:1.5rem;color:black;width:100%;#text-container{width:800px;height:auto;margin:20px auto;line-height:2rem;white-space:nowrap;background:white;padding:10px;border-radius:5px;overflow:hidden;display:flex;align-items:center;position:relative;cursor:none}#timer{margin:10px}#timer,button{font-size:1.2rem}button{padding:10px;width:150px;background:rgb(43,43,43);color:white;border-radius:8px;border:none;cursor:pointer;margin-top:20px}button:hover{filter:brightness(1.2)}span{min-width:14px}.correct{color:green}.error{color:red}}