.press-start-2p-regular{font-family:"Press Start 2P",system-ui;font-weight:400;font-style:normal}body{margin:0;display:flex;overflow:hidden;background-color:#08e5f1e0}#logo-overlay{position:absolute;top:5%;left:50%;transform:translate(-50%);pointer-events:none;opacity:1;transition:opacity 1s ease}#logo-overlay img{width:600px;height:auto;display:block}#controls{position:absolute;bottom:20px;min-width:100%;display:flex;align-items:flex-end;justify-content:center}#controls div{display:grid;grid-template-columns:50px 50px 50px;gap:10px}#controls button{width:100%;height:40px;background-color:#fff;border:1px solid lightgray;box-shadow:3px 5px #000000bf;cursor:pointer;outline:none}#controls button:first-of-type{grid-column:1/-1}#score-button{background-color:#fff;padding:0 15px;border:1px solid lightgray;border-radius:.5rem;font-family:"Press Start 2P",cursive;cursor:pointer;color:#000;box-shadow:3px 5px #000000bf}#Score{position:absolute;top:20px;left:20px;font-size:2em;color:#fff;font-family:"Press Start 2P",cursive}#Pause-Menu{position:absolute;top:20px;right:20px;font-size:2em;color:#fff;font-family:"Press Start 2P",cursive}#Pause-button{font-family:"Osake.otf";background-color:#fff;padding:20px;border:1px solid lightgray;border-radius:.5rem;font-family:inherit;cursor:pointer;box-shadow:3px 5px #000000bf}#pause-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#00000080;color:#fff;font-size:3rem;font-family:sans-serif;font-weight:700;font-family:"Press Start 2P",cursive;visibility:hidden;z-index:1000;transition:visibilty 0,opacity .3s ease-in-out;opacity:0}#pause-overlay #Logo{position:absolute;cursor:pointer;top:5%;left:50%;transform:translate(-50%);pointer-events:none;opacity:1;transition:opacity 1s ease}#pause-overlay #Logo img{width:600px;height:auto;display:block}#pause-overlay #Menus{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}#pause-overlay #Menus #Options-Button{background-color:#fff;padding:50px 90px;border:1px solid rgb(75,74,74);border-radius:.5rem;font-family:inherit;cursor:pointer;box-shadow:13px 15px #000000bf}#pause-overlay #Menus #Options-Button:hover{background-color:#727171}#pause-overlay #Menus #Resume-Button{background-color:#fff;padding:50px 90px;border:1px solid rgb(75,74,74);border-radius:.5rem;font-family:inherit;cursor:pointer;box-shadow:13px 15px #000000bf}#pause-overlay #Menus #Resume-Button:hover{background-color:#727171}#pause-overlay #Menus #Restart-Button{background-color:#fff;padding:50px 90px;border:1px solid rgb(75,74,74);border-radius:.5rem;font-family:inherit;cursor:pointer;box-shadow:13px 15px #000000bf}#pause-overlay #Menus #Restart-Button:hover{background-color:#727171}#pause-overlay[style*=visible]{opacity:1;transition:.3s ease-in-out}#result-container{position:absolute;min-width:100%;top:25%;display:flex;align-items:center;justify-content:center;visibility:hidden;font-family:"Press Start 2P", cursive;font-size: medium;}#result-container #result{display:flex;flex-direction:column;align-items:center;background-color:#fff;padding:40px;cursor:pointer;border-radius:.5rem}#result-container #retry{background-color:red;padding:20px 50px;font-family:inherit;border-radius:.5rem}#options-menu{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;z-index:2000;transition:opacity .3s ease}.hidden{display:none!important}.options-content{background-color:#e6e8eb;border:.5px solid #000;border-radius:15px;box-shadow:8px 8px #000000b3;padding:30px 40px;width:90%;max-width:550px;text-align:center;font-family:"Press Start 2P",cursive;color:#000}.options-content h2{font-size:1.5rem;color:#fc0;margin-bottom:30px;text-shadow:2px 2px #000}.option-group{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:.8rem}.option-group label,.option-group select{text-align:left;white-space:nowrap}.option-group input[type=range]{-webkit-appearance:none;appearance:none;background:#000;height:10px;border:2px solid #fff;border-radius:5px;margin:0 15px;flex-grow:1}.option-group input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:red;border:2px solid #fff;cursor:pointer;border-radius:3px}.option-group input[type=checkbox]{transform:scale(2);margin-left:10px;cursor:pointer}.option-group select{background-color:#fff;color:#000;border:3px solid #000;padding:5px;font-family:Roboto Slab,curive;font-size:1rem}.option-buttons{text-align:center;margin-top:40px}.option-buttons button{font-family:"Press Start 2P",cursive;padding:15px 20px;margin:0 10px;border:none;cursor:pointer;font-size:.7rem;box-shadow:4px 4px #000000b3;transition:all .1s}.option-buttons button:active{box-shadow:2px 2px #000000b3;transform:translate(2px,2px)}#save-options{background-color:#2ecc71;color:#fff;border:3px solid #1e8449}#close-options{background-color:#e74c3c;color:#fff;border:3px solid #c0392b}
