*{box-sizing:border-box}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}#root,body{align-items:stretch;display:flex;margin:0;padding:0}#root{height:100%;justify-content:center;width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background-color:#262626}.App{color:#f2f2f2;display:flex;flex-direction:column;font-size:1.2rem;margin:0;text-align:center;width:100%}.header-bar{background-color:#a660eb;height:20px;width:100%}.header{border-bottom:1px solid #a6a6a6;display:flex;justify-content:space-between;margin-bottom:20px;width:100%}.heading{margin:0}.head-left{display:flex;flex-basis:20%;justify-content:flex-start}.head-center{display:flex;flex-basis:60%;justify-content:center}.head-right{display:flex;flex-basis:20%;justify-content:flex-end}#newGame,#question,#score,#scoring{margin:10px 15px}@media screen and (max-width:500px){#newGame,#question,#score,#scoring{margin:10px}}.styled-btn{background-color:#a660eb;border:none;border-radius:20px;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);color:#f2f2f2;cursor:pointer;display:block;font-size:1.5rem;margin:10px;padding:15px;width:275px}.styled-btn:hover{background-color:#a660ebb4}.no-styles{color:#f2f2f2;font-size:inherit;margin:0;padding:0;width:auto}.no-styles,.no-styles:hover{background-color:transparent;border:none;box-shadow:none}.home-wrapper{align-items:center;display:flex;flex-direction:column}.home-wrapper input{border:none;border-radius:20px;display:block;font-size:1.5rem;margin:10px;padding:15px;width:275px}.home-wrapper ul{list-style-type:none;margin:0 0 10px;padding:0}.home-wrapper li{text-align:left}.home-wrapper h2{margin-bottom:10px}.home-wrapper h3{margin:10px}.game-home-wrapper{align-items:stretch;display:flex;flex-grow:2;justify-content:center;margin-bottom:10px;width:100%}.scorecard{align-items:center;border-radius:10px;color:#a660eb;display:flex;flex-basis:28%;flex-direction:column;padding:10px}.scorecard h2{margin-top:0}.instructions-wrapper{border-radius:10px;flex-basis:28%;padding:10px;text-align:center}.instructions-wrapper h2{margin-top:0}.instructions-wrapper .grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:50% 50%}.instructions-wrapper .grid .col-l{display:flex;justify-content:flex-end}.instructions-wrapper .grid .col-r{display:flex}.game-wrapper{align-items:stretch;display:flex;justify-content:space-around;width:100%}.turn-container{align-items:center;border-radius:10px;display:flex;flex-basis:40%;flex-direction:column}@media screen and (max-width:1000px){.turn-container{flex-basis:95%}.instructions-wrapper,.scorecard{flex-basis:2.5%}}.turn{align-items:center;display:flex;flex-direction:column}.turn h2{margin:15px 0 10px}.turn h4{color:#a6a6a6;margin:0}.dice-container{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:20px}.click-div{-webkit-animation:spin .2s ease-in-out 3;animation:spin .2s ease-in-out 3;border-radius:10%;cursor:pointer}.click-div:hover{box-shadow:0 3px 6px hsla(0,0%,100%,.16),0 3px 6px hsla(0,0%,100%,.23)}@-webkit-keyframes spin{to{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes spin{to{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}.m-5{margin:5px}.dice{background-color:#a660eb;border-radius:10%;height:40px;padding:3px;width:40px}.dice,.dice .dot{pointer-events:none}.dice .dot{background-color:#fff;border-radius:50%;display:block;height:9px;width:9px}.large-dice{background-color:#a660eb;border-radius:10%;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);height:150px;margin:20px;padding:10px;pointer-events:none;width:150px}.large-dice .large-dot{background-color:#fff;border-radius:50%;display:block;height:27px;pointer-events:none;width:27px}.small-dice{background-color:#a660eb;border-radius:10%;height:20px;margin:2px;padding:2px;pointer-events:none;width:20px}.small-dice .small-dot{background-color:#fff;border-radius:50%;display:block;height:4px;pointer-events:none;width:4px}.first-face{align-items:center;display:flex;justify-content:center}.second-face{display:flex;justify-content:space-between}.second-face .dot:nth-of-type(2),.second-face .small-dot:nth-of-type(2){align-self:flex-end}.third-face{display:flex;justify-content:space-between}.third-face .dot:nth-of-type(2){align-self:center}.third-face .dot:first-of-type{align-self:flex-end}.third-face .small-dot:nth-of-type(2){align-self:center}.third-face .small-dot:first-of-type{align-self:flex-end}.column,.face{display:flex;justify-content:space-between}.column{flex-direction:column}.mid{justify-content:center}.purple{color:#a660eb}.font-large{font-size:4rem}.instructions-pop h2,.instructions-pop h4,.instructions-pop p,.instructions-pop ul{margin:0 0 5px}.instructions-pop h2,.instructions-pop h4,.instructions-pop strong{color:#a660eb}.footer{font-size:1rem;margin-bottom:5px}
/*# sourceMappingURL=main.b9299f47.css.map*/