:root{font-family:"Libertinus Math",system-UI;background-color:#010101;color:#d7e4ec;display:flex;justify-content:center;align-items:center;text-align:center;flex-grow:1;padding:0;margin:0}@media only screen and (max-width: 428px){:root{overflow:hidden}}h1{font-size:5rem;position:relative;transition:opacity 1s linear;max-width:75%;bottom:50px}nav{display:flex;justify-content:flex-end;gap:30px;height:30px;padding:25px;z-index:1000}button{font-family:"Libertinus Math",system-UI;background-color:#010101;border-radius:50%;width:120px;height:120px;border:none;color:#d7e4ec;font-size:2rem;align-content:center;text-align:center;cursor:pointer;transition:opacity 1s linear}@media only screen and (max-width: 428px){button{width:90px;height:90px}}button:hover,button:active{box-shadow:0 0 30px #586b79;scale:1.05}audio{display:none}#begin{display:flex;align-items:center;justify-content:center;height:100px;width:100px;border-radius:50%;background-color:none;position:relative;bottom:50px;transition:opacity 1s linear}@media only screen and (max-width: 428px){#begin{bottom:80px}}.game-zone{width:100vw;height:100vh;display:flex;gap:30px;justify-content:center;align-items:center;transition:opacity 1s linear}@media only screen and (max-width: 428px){.game-zone{flex-direction:column}}.game-zone__display-zone{display:none;transition:opacity 1s linear;opacity:0;flex-direction:column;align-items:center;justify-content:center;position:relative;bottom:50px;width:200px;min-height:200px;padding:80px;z-index:1;transition:opacity 1s linear,transform 2s linear;box-shadow:0 0 30px #586b79}@media only screen and (max-width: 428px){.game-zone__display-zone{width:150px;min-height:150px;font-size:.75rem;bottom:70px}}.game-zone__display-zone--text{transition:display 3s ease-in}.game-zone__btn-zone{display:none;opacity:0;flex-direction:column;gap:50px;position:relative;bottom:50px;box-sizing:border-box;transition:opacity 1s linear;max-width:80%}@media only screen and (max-width: 428px){.game-zone__btn-zone{flex-direction:row;gap:30px;flex-wrap:wrap;justify-content:center;align-items:center;bottom:70px;max-width:70%}}.game-zone__btn-zone--btn{font-size:1rem;transition:opacity 1s linear;position:relative}@media only screen and (max-width: 428px){.game-zone__btn-zone--btn{box-shadow:0 0 30px #586b79;border-radius:0;font-size:.7rem;padding:10px}}.nav-button{width:50px;height:50px}@media only screen and (max-width: 428px){.nav-button{width:40px;height:40px}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.fade-out{animation:fade-out 15s ease-in forwards}.message{font-size:2rem;position:absolute;z-index:1000;margin:0 auto;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}
