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}.nav{background-color:#333;padding:1rem}.nav ul{display:flex;justify-content:space-around;list-style:none;margin:0;padding:0}.nav li{display:inline-block;margin:0}.nav li a{color:#fff;font-weight:700;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s ease,color .3s ease}.nav li a:hover{background-color:#555;border-radius:5px;color:#ddd}.nav li a.active{background-color:#444;border-radius:5px;color:#fff}.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)}}.word-button{align-items:center;background-color:#f5f5f5;border:2px solid #333;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;margin:10px;max-height:200px;max-width:200px;padding:10px;transition:background-color .3s ease,box-shadow .3s ease}.word-button img{height:70px;object-fit:cover;width:100px}.word-button span{color:#333;font-size:16px;font-weight:700;margin-top:5px}.word-button:hover{background-color:#e0e0e0;box-shadow:0 4px 8px #0003}.word-button:active{background-color:#d0d0d0;transform:scale(.98)}.word-button-drag{align-items:center;border:2px solid #333;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;margin:10px;max-height:200px;max-width:200px;padding:10px;transition:background-color .3s ease,box-shadow .3s ease}.word-button-drag img{border-radius:50%;height:70px;object-fit:cover;width:100px}.word-button-drag span{color:#333;font-size:16px;font-weight:700;margin-top:5px}.word-button-drag:hover{background-color:#e0e0e0;box-shadow:0 4px 8px #0003}.word-button-drag:active{background-color:#d0d0d0;transform:scale(.98)}.word-grid{background-color:#1e0e0e;gap:15px;overflow-y:auto}.word-grid,.word-grid-choice{display:flex;flex-direction:row;justify-content:center}.word-grid-choice{background:#fff;background:linear-gradient(90deg,hsla(0,0%,100%,.757),#e41010 37%,#e41010);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e41010",GradientType=1);flex-wrap:wrap}.word-grid-drag{background-color:#0e1e12;gap:15px;overflow-y:auto}.word-grid-choice-drag,.word-grid-drag{display:flex;flex-direction:row;justify-content:center}.word-grid-choice-drag{background:#0cb15c;flex-wrap:wrap;padding-bottom:60rem}.selected-words-container{margin-top:20px}.selected-words-container h3{margin-bottom:10px}.selected-words-container .selected-words{align-items:center;background:#fff;background:linear-gradient(90deg,hsla(0,0%,100%,.757),#e41010 37%,#e41010);display:flex;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e41010",GradientType=1);gap:50px;justify-content:space-around}.selected-words-container .selected-words .selected-word{align-items:center;background-color:#f0f0f0;border:2px solid #000;border-radius:15%;cursor:grabbing;display:flex;flex-direction:column;height:150px;justify-content:center;margin-bottom:50px;margin-top:50px;padding:5px;text-align:center;width:150px}.selected-words-container .selected-words .selected-word img{height:100px;object-fit:cover;width:140px}.selected-words-container .selected-words .selected-word span{color:#333;font-size:12px;font-weight:700;margin-top:5px}.home,.home-choices{text-align:center}.home-logo{height:40vmin;pointer-events:none}@media(prefers-reduced-motion:no-preference){.home-logo{animation:App-logo-spin 20s linear infinite}}.home-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}.home-link{color:#61dafb}@keyframes home-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.choice-builder{background:#fff;background:linear-gradient(90deg,hsla(0,0%,100%,.757),#1011e4 37%,#1011e4);background-color:#f9f9f9;border:2px dashed #ccc;display:flex;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#1011e4",GradientType=1);flex-direction:row;justify-content:space-between;min-height:150px;padding:20px 200px;text-align:center}.choice-builder .chosen-words{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.choice-builder .chosen-words .chosen-word{align-items:center;background-color:#ccc;border:2px solid #333;border-radius:10px;display:flex;flex-direction:column;height:100px;padding-top:19px;width:130px}.choice-builder .chosen-words .chosen-word img{height:60px;object-fit:cover;width:80px}.choice-builder .chosen-words .chosen-word span{color:#333;font-size:14px;margin-top:5px}.clear-button{background-color:#1011e4;border:2px solid #1011e4;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:20px;padding:10px 20px;transition:background-color .3s ease,color .3s ease}.clear-button:hover{background-color:#fff;color:#1011e4}
/*# sourceMappingURL=main.1ecb942a.css.map*/