body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,body,html{height:100%}main{align-items:center;height:100%;justify-content:center;width:100%}.board,main{display:flex;flex-direction:column}.board,.line{gap:10px}.line,.tile{display:flex}.tile{align-items:center;border:1px solid #000;height:50px;justify-content:center;text-transform:uppercase;width:50px}.correct{background-color:#90ee90}.close{background-color:#ff0}.incorrect{background-color:grey}button.show-solution{margin-top:25px}@-webkit-keyframes showNotification{0%{height:0}25%{height:50px}50%{height:50px}75%{height:50px}to{height:0}}@keyframes showNotification{0%{height:0}25%{height:50px}50%{height:50px}75%{height:50px}to{height:0}}.notification{align-items:center;-webkit-animation:showNotification 2.5s;animation:showNotification 2.5s;background:rgba(0,0,0,.6);bottom:0;display:flex;height:0;justify-content:center;overflow:hidden;position:fixed;transition:height .2s;width:100%}.notification p{color:#fff}
/*# sourceMappingURL=main.fe706751.css.map*/