/* lightblue	#66b3e6	rgb(102,179,230)
blue	#0078c8	rgb(0,120,200)
grey	#78777a	rgb(120,119,122)
dark	#1d1d1d	rgb(29,29,29)
darkblue	#0a1633	rgb(10,22,51)
lightgrey #f2f2f2 */

:root {
  font-size: 1em;
  font-family: "PT Sans", sans-serif;
}
html, body {
  background: white;
  /* overflow: hidden; */
}
html, body, h1, p {
  margin: 0;
  padding: 0;
}
#container {
  max-width: 610px;
}
#title {
  color: #1d1d1d;
  font-size: 1.75rem;
  font-weight: bold;
  font-family: "PT Serif", serif;
}
#description {
  color: #78777a;
  font-weight: bold;
  padding-bottom: 15px;
}
.axis path, .axis line {
  visibility: hidden;
}
.axis text {
  font-weight: bold;
  fill: #0a1633;
}
#holidayLabel {
  opacity: 0;
}
#holidayLabel text {
  fill: darkorange;
  text-anchor: middle;
  font-weight: bold;
  font-size: .7rem;
}
#notes {
  margin: 15px 30px 0 30px;
  text-align: center;
  color: #0a1633;
  opacity: 0;
  font-size: 1.1rem;
  font-weight: bold;
}
