body{margin:0;height:100%}.container{max-width:800px;padding:2rem;font-family:Segoe UI,sans-serif;margin:0;padding:0}section h1{text-align:center;font-size:2.5rem;margin-bottom:1rem}section{background-color:#ffffff1a;border-radius:15px;padding:1rem 1.5rem;margin-bottom:1.2rem;box-shadow:0 4px 10px #0003}section h2{margin-top:0;font-size:1.3rem}ul{padding-left:1.2rem}li{margin-bottom:.4rem}.emoji{font-size:1.3rem;margin-right:.5rem}@media (max-width: 600px){section h1{font-size:2rem}section h2{font-size:1.1rem}}html,body{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}#waitingTimer{display:flex;position:absolute;right:10px;top:10px;width:30px;height:30px;border-radius:15px;justify-content:center;align-items:center;background-color:#4eb5fe;color:#f3f3f3;text-align:center;z-index:100}#onScreenControls{justify-content:center;align-items:center;touch-action:none;display:none;position:absolute;bottom:0;width:100%}#joyDiv{width:400px;height:400px}#items{touch-action:none;position:absolute;top:10px;left:10px;height:50%;display:none;z-index:10;background-color:transparent;gap:10px;grid-template-rows:1fr 1fr 1fr 1fr 1fr}.item{border-color:#986bff99;border-width:1 px;border-style:solid;aspect-ratio:1 / 1;width:100%;height:100%;margin:auto;background-image:none;background-size:90%;background-repeat:no-repeat;background-position:center}#blocker{position:absolute;display:inline;width:100%;height:100%;background-color:#00000080}#gameStats{display:none;flex-direction:column;position:absolute;width:100%;height:100%;justify-content:center;align-items:center;color:#4eb5fe;text-align:center;background-color:#986bff99}#loading{position:absolute;width:100%;height:100%;display:flex;align-items:center;flex-direction:column;justify-content:space-around;background-color:gray;background-image:url(./title-B-Rr_s_8.png);background-size:100%;background-repeat:no-repeat;background-position:center;z-index:10}#menue{width:100%;height:100%;cursor:pointer;align-items:center}p{font-size:28px;color:#4eb5fe}.controlButton{width:150px;height:150px;margin:25px}.menueButton{border-radius:30px;width:20%;height:100px;background-color:#4eb5fe;border:solid 3px #986bff;color:#986bff;font-size:large;font-weight:700}.menueButton:hover{background-color:#654efe;border:solid 3px #f780fa;color:#f780fa}.menueButton:disabled{background-color:#4efeef;border:solid 3px #809dfa;color:#809dfa}img{width:80%;object-fit:contain}#exit{position:absolute;font-size:xx-large;font-family:Arial,Helvetica,sans-serif;top:0;right:0;padding:10px;color:#986bff;display:none}h1{font-family:Times New Roman,Times,serif;font-size:xx-large;color:#986bff}#selection{width:80%;display:flex;flex-direction:row;justify-content:space-between}#landing{margin:auto;width:80%;height:100%;align-items:center;display:flex;flex-direction:column;justify-content:space-evenly;font-family:Arial,Helvetica,sans-serif;font-weight:400;text-align:center}#settings,#controls{margin:auto;display:none;flex-direction:column;justify-content:space-evenly;position:absolute;align-items:center;top:0;left:0;width:100%;height:100%;background-color:#000000e6;color:#4efeef}#help{margin:auto;display:none;flex-direction:column;justify-content:space-evenly;position:absolute;align-items:center;top:0;left:0;width:100%;background-color:#000000e6;color:#4efeef}#winlost{font-size:150px}@media screen and (min-width: 1920px){#winlost{font-size:350px}.menueButton{font-size:x-large}}.loader{border:16px solid #f3f3f3;border-top:16px solid #986bff;border-radius:50%;width:120px;height:120px;animation:spin 40s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
