
header img {
  width: 500px;
}


/*
 * react-calendar-heatmap styles
 *
 * All of the styles in this file are optional and configurable!
 * The github and gitlab color scales are provided for reference.
 */


.react-calendar-heatmap {
  /*width: 900px;
  height: 340px;*/
}


.react-calendar-heatmap text {
  font-size: 1rem;
  fill: #aaa;
}


.react-calendar-heatmap .react-calendar-heatmap-small-text {
  font-size: 8px;
}


.react-calendar-heatmap rect:hover {
  stroke: #555;
  stroke-width: 1px;
}


/*
 * Default color scale
 */


.react-calendar-heatmap .color-empty {
  /*fill: #eeeeee;*/
    fill: #6ca0dc;

}


.react-calendar-heatmap .color-filled {
  fill: #8cc665;
}


.react-calendar-heatmap .color-count-0 {
  /* fill: #6ca0dc; */
  fill: #778ba5;
}


.react-calendar-heatmap .color-count-1 {
  fill: #0078d7;
}
