@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Combo&family=Orbitron:wght@400;750;900&display=swap");
* {
  user-select: none;
}

body {
  touch-action: manipulation;
  font-family: "Combo", Arial, sans-serif;
  background: #000;
  color: #FFF;
  font-size: 1.3em;
  line-height: 1.38;
  margin: 0;
  padding: 0;
  min-width: 250px;
}
@media screen and (max-width: 800px) {
  body {
    font-size: 0.97em;
  }
}
body:before, body:after {
  content: "";
  display: block;
  position: fixed;
  top: -100%;
  left: -100%;
  background: #000 url("../media/strimazzle.svg") repeat;
  background-size: 50px;
  background-position: 0 0;
  opacity: 0.02;
  transform: rotate(-35deg);
  width: 300%;
  height: 300%;
  z-index: -1;
}
body:after {
  background-position: 0 25px;
}

#title {
  font-size: 3em;
  text-align: center;
  font-family: "Orbitron", sans-serif;
  font-variation-settings: "wght" 400;
  margin-bottom: 0;
}
#title b {
  animation: 5s title infinite;
}
#title b:first-child {
  animation: none;
  font-variation-settings: "wght" 900 !important;
}
#title b:nth-child(1) {
  animation-delay: 0.1s;
}
#title b:nth-child(2) {
  animation-delay: 0.2s;
}
#title b:nth-child(3) {
  animation-delay: 0.3s;
}
#title b:nth-child(4) {
  animation-delay: 0.4s;
}
#title b:nth-child(5) {
  animation-delay: 0.5s;
}
#title b:nth-child(6) {
  animation-delay: 0.6s;
}
#title b:nth-child(7) {
  animation-delay: 0.7s;
}
#title b:nth-child(8) {
  animation-delay: 0.8s;
}
#title b:nth-child(9) {
  animation-delay: 0.9s;
}
#title b:nth-child(10) {
  animation-delay: 1s;
}

@keyframes title {
  00% {
    font-variation-settings: "wght" 400;
    color: #CCC;
  }
  90% {
    font-variation-settings: "wght" 400;
    color: #CCC;
  }
  95% {
    font-variation-settings: "wght" 900;
    color: #FFF;
  }
  100% {
    font-variation-settings: "wght" 400;
    color: #CCC;
  }
}
#game {
  border: 1vmin solid #FFF;
  width: 98vmin;
  height: 98vmin;
  min-width: 350px;
  min-height: 350px;
  max-width: 70vmin;
  max-height: 70vmin;
  transform-origin: top;
  position: relative;
  margin: auto;
}
#game:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url("../media/strimazzle.svg");
  background-size: 110% 110%;
  background-position: center center;
  z-index: -1;
  opacity: 0.1;
  filter: blur(2px);
}
@media screen and (max-width: 800px) and (min-width: 363px) {
  #game {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 363px) {
  #game {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 400px) {
  #game {
    max-width: 350px;
    max-height: 350px;
  }
}
#game.complete {
  animation: 2s complete infinite;
}
#game.complete #play {
  display: none !important;
}
#game.complete #help img {
  display: block;
}
#game.complete #congratulations {
  display: block;
}
#game.complete #istructions {
  display: none;
}
#game.loading #loader {
  display: block;
}
#game.loading #frame {
  display: none;
}
#game.loading #start {
  display: none;
}
#game.gamestart #frame {
  display: grid;
}
#game.gamestart #image_credits {
  display: block;
}
#game.gamestart #play {
  display: flex;
}
#game.gamestart #start {
  display: none;
}

#highscores {
  width: 70vmin;
  max-width: 70vmin;
  margin: 50px auto;
}
@media screen and (max-width: 800px) {
  #highscores {
    margin: auto;
  }
}
#highscores > ul {
  margin: 0;
  padding: 0;
}
#highscores > ul li {
  display: inline-block;
  padding: 4px 6px;
  cursor: pointer;
  font-size: 15px;
}
#highscores > ul li:hover, #highscores > ul li.active {
  background: #444;
  font-weight: bold;
}
#highscores table {
  height: 300px;
  background: #666;
  font-size: 15px;
  width: 100%;
  max-width: 70vmin;
}
@media screen and (max-width: 800px) {
  #highscores table {
    max-width: 100%;
  }
}
#highscores table td, #highscores table th {
  text-align: left;
  padding: 2px 10px;
}
#highscores table td.image, #highscores table th.image {
  width: 20px;
}
#highscores table td.image img, #highscores table th.image img {
  width: 20px;
  vertical-align: middle;
}
#highscores table#highscores_table td:first-child, #highscores table#highscores_table th:first-child {
  text-align: right;
  font-size: 12px;
  width: 1%;
}
#highscores table#highscores_table td:last-child, #highscores table#highscores_table th:last-child {
  text-align: right;
}
#highscores table#history_table tr.row span {
  padding: 0px 4px;
  border-radius: 6px;
}
#highscores table#history_table tr.row.win td:nth-child(n+3) {
  background: #0F02;
}
#highscores table#history_table tr.row.win td:nth-child(n+3) span {
  background: green;
}
#highscores table#history_table tr.row.lost td:nth-child(n+3) {
  background: #F002;
}
#highscores table#history_table tr.row.lost td:nth-child(n+3) span {
  background: red;
}
#highscores table#history_table tr td:first-child, #highscores table#history_table tr th:first-child {
  font-size: 12px;
}
#highscores table#history_table tr td:nth-child(2), #highscores table#history_table tr th:nth-child(2) {
  text-align: right;
}
@media screen and (max-width: 800px) {
  #highscores table#history_table tr td img, #highscores table#history_table tr th img {
    width: 35px;
  }
}
#highscores table#history_table tr td.codes div, #highscores table#history_table tr th.codes div {
  display: flex;
}
#highscores table#history_table tr td.codes div input, #highscores table#history_table tr th.codes div input {
  max-width: 60px;
}
#highscores table th {
  background: #444;
}
#highscores .loading {
  filter: blur(2px);
  color: #CCC;
}
#highscores .pagination {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin: 4px 0 10px 0;
}
#highscores .pagination > span {
  cursor: pointer;
}
#highscores .pagination > span.disabled {
  color: #999;
  cursor: not-allowed;
}

#comments_title {
  margin-top: 150px;
}

.nowrap {
  white-space: nowrap;
}

@keyframes complete {
  0% {
    border-color: #F00;
  }
  12.5% {
    border-color: #0F0;
  }
  25% {
    border-color: #00F;
  }
  37.5% {
    border-color: #FF0;
  }
  50% {
    border-color: #0FF;
  }
  62.5% {
    border-color: #F0F;
  }
  75% {
    border-color: #999;
  }
  87.5% {
    border-color: #FFF;
  }
  100% {
    border-color: #FFF;
  }
}
@keyframes rainbow {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
#menu {
  max-width: 70vmin;
  color: #FFF;
  width: 100%;
  margin: auto;
  position: relative;
}
#menu #hamburger {
  display: none;
  fill: white;
  position: absolute;
  top: 0px;
  right: 0;
}
@media (max-width: 700px), (max-height: 700px) {
  #menu #hamburger {
    display: block;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  #menu {
    margin-bottom: 35px;
  }
}
#menu section {
  display: flex;
  justify-content: space-between;
}
#menu section nav {
  display: flex;
}
#menu section nav a {
  color: #FFF;
  text-decoration: none;
  margin-right: 20px;
  display: block;
}
#menu section nav a:hover {
  color: #CC0;
}
@media (min-width: 700px) {
  #menu section nav a {
    padding: 2px 10px;
    background: #FFF2;
    outline: 2px solid #FFF;
  }
}
@media (min-width: 700px) {
  #menu section #profile_menu {
    position: absolute;
    right: 0;
    top: 34px;
    flex-direction: column;
    z-index: 10000;
    background: #000;
    width: 260px;
  }
}
#menu section #profile_menu #change_name small {
  font-size: 13px;
  font-style: italic;
  color: #FFF7;
}
#menu section #profile_menu a {
  margin-right: 0;
}
@media (max-width: 700px), (max-height: 700px) {
  #menu section {
    flex-direction: column;
    z-index: 100;
    width: 140px;
    top: 32px;
    height: 30px;
    position: absolute;
    right: 0;
  }
  #menu section nav, #menu section .buttons {
    transform: scale(0);
  }
  #menu section.open {
    backdrop-filter: blur(7px) brightness(0.7);
    outline: 1px solid #000;
    box-shadow: 0px 7px 10px #000;
    height: auto;
  }
  #menu section.open nav, #menu section.open .buttons {
    transform: scale(1);
  }
  #menu section nav {
    flex-direction: column;
  }
  #menu section nav a {
    margin-right: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #464646;
  }
}
#menu section #profile,
#menu section .g-signin2 {
  outline: 0;
  padding: 0;
}
#menu section #profile img,
#menu section .g-signin2 img {
  width: 30px;
  vertical-align: middle;
}
#menu section #profile .abcRioButtonLightBlue,
#menu section .g-signin2 .abcRioButtonLightBlue {
  background: #000;
  color: #FFF;
}
#menu section div.buttons {
  display: flex;
}
#menu section div.buttons > div {
  cursor: pointer;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
#menu section div.buttons > div:hover {
  color: #FFBE28;
}
#menu section div.buttons > div.zoom {
  border-radius: 50%;
  border: 1px solid #FFF;
}
#menu section div.buttons > div.zoom#zoom_100 {
  font-size: 12px;
}
@media (pointer: coarse) {
  #menu section div.buttons > div.zoom {
    display: none;
  }
}
#menu section div.buttons > div#music:active #volume, #menu section div.buttons > div#music:focus #volume, #menu section div.buttons > div#music:hover #volume {
  display: block;
}
#menu section div.buttons > div#music #volume {
  display: none;
  writing-mode: bt-lr;
  -webkit-appearance: slider-vertical;
  width: 18px;
  height: calc(10vh - 20px);
  padding: 0 5px;
  position: absolute;
  bottom: 20px;
}

#play {
  color: #FFF;
  display: none;
}

#image_credits {
  position: absolute;
  left: 20px;
  top: 0;
  color: #FFF;
  font-size: 12px;
  transform: rotate(90deg);
  transform-origin: top left;
}
#image_credits a {
  text-decoration: none;
  color: #FFF;
}
#image_credits:before {
  content: "photo by ";
}
#image_credits:after {
  content: " / unsplash.com";
}

#start {
  position: relative;
  z-index: 10;
  background: #FFF2;
  height: 100%;
  color: #FFF;
  background-size: cover;
  text-shadow: 0px 0px 5px #000, 0px 0px 3px #000;
}
#start h3 {
  margin: 0;
  padding: 20px 0 0 0;
  text-align: center;
}
#start p {
  text-align: center;
}
#start ol {
  margin: 10px 10px;
  padding: 0 0 0 25px;
}
#start .buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#start .buttons button {
  width: 100%;
  border: 0;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 10px;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.2s all;
  text-shadow: 0 0 5px #000;
  background: #111;
  box-shadow: 0 0 5px #000;
  margin: 0 2px;
  outline: 0.5px solid #FFF2;
}
#start .buttons button:hover {
  opacity: 1;
  transform: scale(1.1);
  z-index: 100;
}
#start .buttons button:nth-child(1) {
  color: #0F0;
  transform-origin: left center;
}
#start .buttons button:nth-child(2) {
  color: #FF0;
  transform-origin: left center;
}
#start .buttons button:nth-child(3) {
  color: #F00;
  transform-origin: right center;
}
#start .buttons button:nth-child(4) {
  color: #F88;
  animation: 0.5s rainbow infinite linear;
  transform-origin: right center;
}

#duel_play > span {
  min-width: 130px;
  display: inline-block;
}

.copycode {
  background: #0005;
  color: #00E807;
  font-family: Courier New, monospace;
  font-weight: bold;
  text-align: center;
  width: 110px;
  border: 1px solid #FFF;
  vertical-align: middle;
  font-size: 13px;
  padding: 3px;
}

#duel_score_div {
  display: block;
}

#congratulations {
  display: none;
  text-align: center;
}
#congratulations:before {
  content: "";
  background: #0008;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#congratulations h3 {
  font-size: 2em;
  animation: 0.8s congrat infinite alternate ease-in-out;
}

@keyframes congrat {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1.05);
    color: #F7EC71;
  }
}
#frame {
  display: none;
  grid-column-gap: 0;
  grid-row-gap: 0;
  height: 400px;
}
#frame.grid > div img {
  outline: 1px solid #000;
  animation: 0.6s grid infinite alternate linear;
}
#frame > div {
  color: #FFF6;
  text-align: left;
  background-size: 400px 400px;
  position: relative;
}
#frame > div > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
#frame > div > img.help {
  animation: 0.5s blink infinite;
}
#frame > div > img:hover {
  outline: 1px solid #DAD9FF99;
  z-index: 101;
}
#frame > div > img.selected {
  outline: 2px solid #F009;
  z-index: 100;
  box-shadow: 0 0 13px #000;
}

@keyframes blink {
  0% {
    transform: scale(1);
    filter: brightness(1) contrast(1);
  }
  25% {
    transform: scale(0.9);
    filter: brightness(0.5) contrast(1.2);
  }
  50% {
    transform: scale(1);
    filter: brightness(1) contrast(1);
  }
  75% {
    transform: scale(0.9);
    filter: brightness(2) contrast(0.8);
  }
  100% {
    transform: scale(1);
    filter: brightness(1) contrast(1);
  }
}
@keyframes grid {
  0% {
    outline: 1px dashed #000;
  }
  100% {
    outline: 1px dashed #FFF;
  }
}
#loader {
  --speed: 2s;
  --loaderSize: 100px;
  display: none;
  width: 110px;
  height: 110px;
  position: absolute;
  left: calc(50% - var(--loaderSize));
  top: calc(50% - var(--loaderSize));
}
#loader div {
  width: var(--loaderSize);
  height: var(--loaderSize);
  background-image: url("../media/strimazzle.svg");
  background-size: contain;
  border-radius: 5px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: var(--speed) loader infinite ease-in-out;
  overflow: hidden;
  filter: saturate(6) hue-rotate(22deg);
  /*
  		&:after {
  			display   : block;
  			content   : '▩';
  			font-size : 90px;
  			color     : #0003;
  		}
  */
}
#loader div:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  background: radial-gradient(transparent, rgba(0, 0, 0, 0.3));
}
#loader div:nth-child(2) {
  filter: hue-rotate(285deg);
  animation-delay: calc(var(--speed) / 4 * -1.3);
}
#loader div:nth-child(3) {
  filter: hue-rotate(165deg);
  animation-delay: calc(var(--speed) / 4 * 1.3 * -2);
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
    top: 0;
    left: 0;
  }
  15% {
    transform: rotate(90deg) scaley(0.8);
    top: 0;
    left: var(--loaderSize);
  }
  25% {
    transform: rotate(90deg) scaley(0.8);
    top: 0;
    left: var(--loaderSize);
  }
  40% {
    transform: rotate(180deg) scaley(0.5);
    top: var(--loaderSize);
    left: var(--loaderSize);
  }
  50% {
    transform: rotate(180deg) scaley(0.5);
    top: var(--loaderSize);
    left: var(--loaderSize);
  }
  65% {
    transform: rotate(270deg) scale(0.6);
    top: var(--loaderSize);
    left: 0;
  }
  75% {
    transform: rotate(270deg) scale(0.6);
    top: var(--loaderSize);
    left: 0;
  }
  90% {
    transform: rotate(360deg);
    top: 0;
    left: 0;
  }
  100% {
    transform: rotate(360deg);
    top: 0;
    left: 0;
  }
}
#play {
  justify-content: space-between;
}
#play p:not(:first-child) {
  text-align: right;
  font-size: 0.7em;
  margin-top: 1.9em;
  cursor: pointer;
}

.hidden {
  display: none !important;
}

@keyframes help {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.center {
  text-align: center;
}

#faq {
  width: 100%;
  max-width: 800px;
  color: #FFF;
  opacity: 0.8;
  font-size: 0.8em;
  margin: 50px auto;
  z-index: 100;
}
#faq iframe {
  min-width: 350px;
}
@media screen and (max-width: 800px) {
  #faq iframe {
    width: calc(100% - 30px);
  }
}
#faq h2 {
  margin: 0 0 10px 0;
}
#faq h3 {
  margin: 0;
}
@media screen and (max-width: 800px) {
  #faq section {
    margin-left: -15px;
  }
}
#faq section > h3 {
  background: #FFF4;
  padding: 5px;
  border-bottom: 1px solid #000;
}
#faq section > h3:before {
  content: "";
  border: solid #FFF;
  border-width: 0 3px 3px 0;
  display: inline-block;
  margin-right: 10px;
  transition: 0.1s all linear;
  padding: 3px;
  transform: rotate(-45deg);
}
#faq section > h3.show:before {
  transform: rotate(45deg);
}
#faq section > h3.show + div {
  max-height: 500px;
  transform: scaleY(1);
}
#faq section > div {
  transition: 0.5s all;
  max-height: 0;
  overflow: hidden;
  background: #FFF1;
}
#faq section > div > div {
  padding: 10px;
}
#faq > * {
  padding-left: 15px;
}
#faq > * p, #faq > * #formula {
  margin: 0 0 1em;
}
#faq a {
  color: #F3D799;
}

#formula {
  display: flex;
  text-align: center;
  align-items: center;
  font-family: "Courier New", Courier, monospace;
}
#formula div, #formula span {
  display: flex;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
}
#formula .f {
  display: flex;
  flex-direction: column;
  position: relative;
}
#formula .f > :first-child {
  padding: 0 5px;
}
#formula .f hr {
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px solid #FFF;
  margin: 0;
}
#formula .s {
  align-self: start;
  font-size: 80%;
}
#formula .s4 {
  transform: scaley(6);
  margin: 0 5px;
}
#formula .s3 {
  font-size: 3em;
}
#formula sup {
  font-size: 0.7em;
  padding-left: 0.3em;
  margin-top: -0.4em;
}

#achievements {
  max-width: 800px;
  margin: 50px auto;
  text-align: center;
  padding: 0 25px;
}
@media screen and (max-width: 800px) {
  #achievements {
    padding: 0 15px;
  }
}
#achievements #achievements_content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#achievements #achievements_content .ach:hover {
  transform: scale(1.5);
  box-shadow: 0 0 4px #000;
  z-index: 100;
}

.ach {
  width: 60px;
  height: 80px;
  border: 1px solid #FFF;
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
  filter: grayscale(1);
  border-radius: 3px;
  transition: 0.5s all;
  text-align: center;
}
.ach:hover, .ach.active {
  background: #FFF;
  filter: grayscale(0);
}
.ach:hover b, .ach.active b {
  opacity: 1;
}
.ach:hover i, .ach.active i {
  filter: blur(0);
}
.ach:hover i {
  display: none;
}
.ach:hover dd {
  display: flex;
}
.ach.active {
  animation: 0.5s achievements linear;
}
.ach span {
  height: 20px;
  font-size: 0.7em;
  font-weight: bold;
}
.ach i {
  color: #000;
  background: #FFF5;
  display: inline-block;
  font-size: 1.5em;
  height: 40px;
  line-height: 40px;
  filter: blur(2px);
  font-style: normal;
  text-align: center;
}
.ach dd {
  height: 40px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: 10px;
  color: #000;
  line-height: 9px;
  align-items: center;
  justify-content: center;
}
.ach b {
  height: 20px;
  line-height: 20px;
  font-weight: normal;
  font-size: 0.7em;
  opacity: 0.6;
  border-radius: 0 0 3px 3px;
}

#disqus_thread {
  max-width: 800px;
  margin: auto;
}

.popup {
  background: linear-gradient(to right, #A9A9A9, #FFF);
  box-shadow: 0 0 24px #FFF5, 0 0 24px #0005;
  width: 180px;
  display: flex;
  align-items: center;
  height: 80px;
  border: 1px solid #FFF;
  border-radius: 3px;
  position: fixed;
  right: 2em;
  z-index: 100;
  opacity: 0;
  bottom: -10em;
  transition: 1s all;
}
.popup.show {
  opacity: 1;
  bottom: 2em;
}
.popup .popup_icon {
  width: 60px;
}
.popup > span {
  font-size: 0.9em;
  padding: 10px;
  color: #000;
  font-weight: bold;
}
.popup .ach {
  margin: 0 !important;
}

@keyframes achievements {
  0% {
    filter: grayscale(0);
    transform: scale(1) rotate(0deg);
  }
  25% {
    filter: grayscale(1);
    transform: scale(1.05) rotate(-5deg);
  }
  50% {
    filter: grayscale(0);
    transform: scale(1.1) rotate(5deg);
  }
  75% {
    filter: grayscale(1);
    transform: scale(1.05) rotate(-5deg);
  }
  100% {
    filter: grayscale(0);
    transform: scale(1) rotate(0deg);
  }
}
code {
  padding: 4px;
  background: #0005;
  color: lime;
}

.c0 {
  color: red;
}

.c1 {
  color: #ccff00;
}

.c2 {
  color: #00ff66;
}

.c3 {
  color: #0066ff;
}

.c4 {
  color: #cc00ff;
}

.c5 {
  color: red;
}

.cc0 {
  color: #00ba00;
}

.ccb0 {
  background-color: #047804;
}

.cc1 {
  color: #70ba00;
}

.ccb1 {
  background-color: #4a7804;
}

.cc2 {
  color: #ba9500;
}

.ccb2 {
  background-color: #786104;
}

.cc3 {
  color: #ba2500;
}

.ccb3 {
  background-color: #781b04;
}

.cc4 {
  color: #ba004a;
}

.ccb4 {
  background-color: #780432;
}

.cc5 {
  color: #ba00ba;
}

.ccb5 {
  background-color: #780478;
}

.cc6 {
  color: #4a00ba;
}

.ccb6 {
  background-color: #320478;
}

.cc7 {
  color: #0025ba;
}

.ccb7 {
  background-color: #041b78;
}

.cc8 {
  color: #0095ba;
}

.ccb8 {
  background-color: #046178;
}

.cc9 {
  color: #00ba70;
}

.ccb9 {
  background-color: #04784a;
}

.cc10 {
  color: #00ba00;
}

.ccb10 {
  background-color: #047804;
}

.ccc0 {
  background-color: purple;
}

.ccc1 {
  background-color: #800020;
}

.ccc2 {
  background-color: #804000;
}

.ccc3 {
  background-color: #608000;
}

.ccc4 {
  background-color: green;
}

.ccc5 {
  background-color: #008060;
}

.ccc6 {
  background-color: #004080;
}

.ccc7 {
  background-color: #200080;
}

.ccc8 {
  background-color: purple;
}

.ccc9 {
  background-color: #800020;
}

.ccc10 {
  background-color: #804000;
}

.ccc11 {
  background-color: #608000;
}

.ccc12 {
  background-color: green;
}

.ccc13 {
  background-color: #008060;
}

.ccc14 {
  background-color: #004080;
}

.ccc15 {
  background-color: #200080;
}

.ccc16 {
  background-color: purple;
}

.ccc17 {
  background-color: #800020;
}

.ccc18 {
  background-color: #804000;
}

.ccc19 {
  background-color: #608000;
}

.ccc20 {
  background-color: green;
}

/*# sourceMappingURL=style.css.map */
