@import url(https://fonts.googleapis.com/css?family=Ubuntu);header{position:fixed;overflow:hidden;top:0;width:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;padding:0 8px;margin-top:0;background-image:-webkit-linear-gradient(330deg,#bfd6dd,#69b9c7);background-image:linear-gradient(120deg,#bfd6dd,#69b9c7);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}h1{font-size:20px;-webkit-flex:1 1;flex:1 1}a{color:#070852;text-decoration:none}a:hover{color:#5e60e4}a:active{color:#dfdfdf}nav{-webkit-flex:1 1;flex:1 1;display:-webkit-flex;display:flex;-webkit-justify-content:space-evenly;justify-content:space-evenly;font-size:16px}@media only screen and (min-width:600px){h1{font-size:28px}nav{-webkit-justify-content:flex-end;justify-content:flex-end}nav a{padding:8px}}button{background-image:-webkit-linear-gradient(#78e47c,#4caf50);background-image:linear-gradient(#78e47c,#4caf50);border:none;color:#000;border-radius:6px;padding:10px}button:hover{background-image:-webkit-linear-gradient(#9ff0a2,#6fc573);background-image:linear-gradient(#9ff0a2,#6fc573)}button:active{background-image:-webkit-linear-gradient(#4caf50,#78e47c);background-image:linear-gradient(#4caf50,#78e47c)}#loadText{-webkit-animation:color_change 1s infinite alternate;animation:color_change 1s infinite alternate}@-webkit-keyframes color_change{0%{color:#c29f53}to{color:#8b2c2c}}@keyframes color_change{0%{color:#c29f53}to{color:#8b2c2c}}.dashboard-top{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.all-words{padding:0}.all-words,.word-item{list-style-type:none;list-style-position:outside}.word-item{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 2px 0 rgba(0,0,0,.19);margin:8px 6px;padding:6px;background-color:#f8ecdc}.word-item p{text-align:end}@media only screen and (max-width:360px){.word-item{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}}.Learn{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.CurrWord{font-size:30px;text-align:center;font-weight:800}#learn-guess-input{margin:8px 0;padding:8px;font-size:20px}.MakeGuess{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;text-align:center}@media only screen and (max-width:360px){#learn-guess-input{width:80%}}body{background-image:url(/static/media/brains.0c83a7f0.svg);background-color:#ece1d3}main{background-image:-webkit-linear-gradient(50deg,#d5eed5,#89b489);background-image:linear-gradient(40deg,#d5eed5,#89b489);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;margin:100px auto auto;width:80vw;padding:8px;border-radius:8px}h2{text-align:center}form div{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;padding:8px}form a{color:#8d422f}input{background-image:-webkit-linear-gradient(#e2d5c2,#fbf9f6);background-image:linear-gradient(#e2d5c2,#fbf9f6);border:none;border-radius:6px}footer{display:-webkit-flex;display:flex;-webkit-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-end;align-items:flex-end}@media only screen and (min-width:600px){main{width:400px}}*{box-sizing:border-box}body{margin:0;padding:0;font-family:Ubuntu,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--font-size:calc(10px + 1vmin)}
/*# sourceMappingURL=main.292c8df5.chunk.css.map */