@-webkit-keyframes rotate{0%{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{0%{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.panel{display:inline-block;height:100px;margin:5px;width:100px}.top-left{background:red;border-top-left-radius:100%}.flash{border:2px solid #fff}.top-right{background:#adff2f;border-top-right-radius:100%}.bottom-left{background:orange;border-bottom-left-radius:100%}.bottom-right{background:maroon;border-bottom-right-radius:100%}.circle{background:gray;border-radius:100%;display:flex;flex-direction:column;height:300px;justify-content:center;width:300px}.container{-webkit-animation-duration:15s;animation-duration:15s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:rotate;animation-name:rotate;-webkit-animation-timing-function:linear;animation-timing-function:linear;display:inline-block}.inner-circle{background:blue;border-radius:100%;height:100px;margin-left:100px;position:absolute;width:100px}.inner-circle:hover{box-shadow:inset 0 0 0 3px #fff;box-sizing:border-box}.start-button{color:#fff;display:inline-block;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;line-height:75px;margin-top:10px;text-align:center}.highest-score{float:right;margin-right:50px}h3{color:#5f9ea0}body{background:hsla(34,52%,65%,.425);font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;text-align:center}.title{color:#3d2222}
/*# sourceMappingURL=main.4c4b4d83.css.map*/