/* -------------------------------------
  SKIN COLORS 
------------------------------------  */
body {
  background-color: #0060ff;
  /* in stats -- Background */
  color: #333333;
  /* in stats -- Body texte */
}

#header,
.c-title,
.button {
  background-color: #ff0084;
  /* in 3f2b19 -- Header background */
  color: #333333;
  /* in stats -- Header texte */
}

#content .wrapper,
.catcher {
  background-color: #ffffff;
  /* in stats -- Body background */
}
