body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(90deg,#91eae4,#86a8e7,#7f7fd5);font-family:Roboto;margin:2rem 0}h2{border-bottom:2px solid #4cb5ae;font-size:2em;font-weight:100}.Game-title{background-color:#4cb5ae;color:#fff;font-size:5rem;font-weight:300;margin-bottom:0;margin-top:0;padding-bottom:1rem;padding-top:1rem;text-align:center;width:100%}.Die-rolling{-webkit-animation:spin 1s ease-out forwards;animation:spin 1s ease-out forwards}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.ScoreSection-title{font-weight:300}.ScoreRow{border-bottom:.75px solid #000;display:flex;flex-direction:row;justify-content:space-between;min-width:22.5rem;transition:all .2s}.ScoreRow-name{font-weight:300}.ScoreRow-nameScored{text-decoration:line-through}.ScoreRow-score{color:#5c7aff;font-weight:300}.ScoreRow-scored{color:#000;font-weight:500}.ScoreRow-disabled{-webkit-animation:slide 1s ease 1;animation:slide 1s ease 1;background:linear-gradient(90deg,#d2ecea 0,#d2ecea 0,#d2ecea 30%,rgba(227,242,253,.75) 40%);background-size:300% 300%}.ScoreRow-disabled:hover{cursor:not-allowed}@-webkit-keyframes slide{0%{background-position:100% 50%}to{background-position:0 50%}}@keyframes slide{0%{background-position:100% 50%}to{background-position:0 50%}}.ScoreRow-active:hover{background:rgba(227,242,253,.75);cursor:pointer}.ScoreRow-off:hover{cursor:not-allowed}.Scoreboard-TotalScore{border-bottom:0 solid #4cb5ae;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:2rem 0 0}.Scoreboard-HighScore{text-align:center;width:90%}.Scoreboard-restart{-webkit-animation:restart 1s ease-out forwards;animation:restart 1s ease-out forwards}@-webkit-keyframes restart{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes restart{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}
/*# sourceMappingURL=main.8afd5dcd.css.map*/