*{margin:0;padding:0;box-sizing:border-box;font-family:Verdana,Geneva,Tahoma,sans-serif}#game{width:300px;height:600px;image-rendering:pixelated;border:2px solid crimson;border-radius:1.5px}#overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;font-size:2rem;color:#fff;font-weight:700}body{height:100vh;background-color:#222;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}#stop-text{opacity:0;animation:pulse 1s infinite}#message-title{animation:pulse 1s infinite}#restart-game-button{display:none}.center{display:flex;width:100%;position:absolute;top:40%;text-align:center;color:#dc143c;flex-direction:column;gap:10px;justify-content:center;align-items:center}span{color:#dc143c;font-size:small}.center button{background-color:#222;border:none;color:#dc143c;width:auto;font-size:1.2rem;border-radius:5px;cursor:pointer;transition:.3s}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}div.menu{position:absolute;width:100%;padding:8px;display:flex;justify-content:space-between;align-items:center;gap:3px}.canvas-wrapper{position:relative}#nextSquare{background-color:red}button{display:flex;align-items:center;justify-content:center;padding:5px;width:50px;background-color:transparent;border:2px solid rgba(220,20,60,.5);color:#dc143c80;font-size:1.2rem;border-radius:10px;cursor:pointer;outline:none}#points{color:#fffc;font-size:20px;font-weight:bolder}
