.numbers {
  width: 100%; }
  .numbers .bigText {
    text-align: center; }
  .numbers 	.data-0-5 {
		margin-top: -0.6em;
	}
  .numbers 	.data-0 {
		text-decoration: underline;
	}
  .numbers .hot {
    color: #aa0000;
  }
  .numbers .cold {
    color: #0000aa;
  }  
  .numbers .main {
    height: 50vh;
    padding: 2vw; }
  .numbers .secondary-contents {
    text-align: center;
    font-size: 0; }
  .numbers .secondary {
    height: 30vh;
    width: 32vw;
    padding: 2vw;
    display: inline-block;
    box-sizing: border-box;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0; }
    .numbers .secondary:first-child {
      border-left: none; }
    .numbers .secondary:last-child {
      border-right: none; }
    .numbers .secondary.heading {
      height: auto;
      font-size: 20px; }

.holder-item {
  display: none;
  width: 100%; }
  .holder-item.active {
    display: block; }

canvas {
  width: 100%;
  height: 100%; }

/*# sourceMappingURL=main.css.map */
