body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app{width:100vw;height:100vh;background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#cbdcfc),to(#b6c9ef));background-image:-webkit-linear-gradient(top,#cbdcfc,#b6c9ef);background-image:linear-gradient(180deg,#cbdcfc,#b6c9ef);display:flex;align-items:center;flex-direction:column}.content{padding:10px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:15px}.item{width:75px;height:75px;border-radius:50%;box-shadow:0 10px 20px rgba(167,214,255,.5);background-color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer}.item.active{box-shadow:0 10px 20px rgba(95,178,249,.5);background-image:-webkit-linear-gradient(315deg,#5fb2f9,#689ef8);background-image:linear-gradient(135deg,#5fb2f9,#689ef8)}.item:active{-webkit-filter:brightness(.9);filter:brightness(.9)}.btn-start{width:170px;height:40px;margin-top:30px;margin-bottom:20px;border:none;border-radius:5px;box-shadow:0 10px 20px rgba(95,178,249,.5);font-size:20px;color:#fff;background-color:#1364ff;background-image:-webkit-linear-gradient(315deg,#5fb2f9,#689ef8);background-image:linear-gradient(135deg,#5fb2f9,#689ef8);cursor:pointer;outline:none}.btn-start:active{-webkit-filter:brightness(.9);filter:brightness(.9)}.btn-github{top:0;right:0;position:absolute;opacity:.1}.btn-github:focus,.btn-github:hover{opacity:1}
/*# sourceMappingURL=main.396a2534.chunk.css.map */