body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f1b21;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body{align-items:center;display:flex;height:100vh;justify-content:center;margin:0;overflow:hidden;padding:0}body:before{animation:gradientAnimation 15s ease infinite;background-image:linear-gradient(to right top,#051937,#002a47,#003b54,#004c5f,#0f5d67);bottom:0;content:"";filter:blur(15px);left:0;position:fixed;right:0;top:0;z-index:-1}@keyframes gradientAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.container{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 4px 30px #0000001a;padding:40px;text-align:center}.title{align-items:center;animation:gradientMove 5s ease infinite;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(90deg,#3f6b82,#5a8ca6,#3f6b82);background-size:200% 100%;color:#0000;display:flex;font-size:60px;justify-content:center;margin-top:50px;overflow:hidden;transition:transform .3s ease;white-space:nowrap}.title:hover{transform:scale(1.05)}@keyframes gradientMove{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.cursor{animation:blink .7s step-end infinite}@keyframes blink{50%{border-color:#0000}}.reset{background-color:#1f3540;border:none;border-radius:25px;color:#fff;cursor:pointer;height:50px;padding:10px 20px;position:relative;transition:background-color .3s ease,box-shadow .3s ease;width:150px}.reset:hover{animation:wiggle .3s ease;background-color:#3f6b82;box-shadow:0 0 15px #007bffb3}@keyframes wiggle{0%{transform:rotate(0deg)}25%{transform:rotate(2deg)}50%{transform:rotate(-2deg)}75%{transform:rotate(1deg)}to{transform:rotate(0deg)}}.boxes{background:#1f3540;border:4px solid #0f1b21;border-radius:12px;cursor:pointer;display:flex;height:180px;width:180px}.board{display:flex;height:600px;margin:auto;width:564px}.boxes img{margin:50px}.title img{height:50px;padding:20px}.small-box{align-items:center;background-color:#fff3;border:4px solid #0f1b21;border-radius:12px;cursor:pointer;display:flex;height:60px;justify-content:center;left:20px;position:absolute;top:20px;transition:border-color .3s ease;width:60px}.small-box img{height:40px;width:40px}
/*# sourceMappingURL=main.ed1f3c2a.css.map*/