body{margin:0;background-color:#272727;display:flex;justify-content:center;font-family:"Courier New",Courier,monospace}canvas{margin-top:25px;z-index:10}.game-over-container{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:500px;height:700px;background-color:#383838;margin-top:-4px;z-index:11;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#f5f5f5}button{cursor:pointer;color:#000;background-color:#c3c3c3;border:none;height:50px;width:200px;border-radius:5px;font-size:20px;font-family:"Courier New",Courier,monospace}button:hover{filter:brightness(80%)}button:active{transform:scale(0.95)}button:focus{outline:none}@media screen and (min-width: 1800px){canvas{margin-top:100px}.game-over-container{margin-top:-19px}}@media screen and (max-width: 500px){canvas{width:100%;height:700px;margin-top:50px}.game-over-container{width:100%;height:700px}}
