html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html, body{
  height: 100%;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: #000;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  font-family: 'Exo 2', sans-serif;
  text-align: left;
  text-decoration: none;
  color: #ccc;
  overflow: hidden;
}
* {
  margin: 0;
  padding: 0;
  vertical-align: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  text-align: inherit;
  text-decoration: inherit;
  color: inherit;
  background-color: transparent;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  fill: transparent;
}

svg * {
  stroke-linejoin: round;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  stroke-width: 0.25vmin;
  stroke: currentColor;
  fill: inherit;
}

svg .vector-text {
  fill: transparent;
}

svg .vector-text.text-timer {
  color: #f00;
}

svg .track {
  color: #fff;
}
svg .verts {
  color: #f00;
}
svg .track .tangents {
  color: #f00;
  opacity: 0.2;
}
svg .track .center {
  color: #f00;
  opacity: 0.1;
}
svg .track .cave {
  color: #f00;
  opacity: 0.5;
}
svg .lava {
  color: #f60;
}

svg .countdown-tick {
  color: currentColor;
  opacity: 0.5;
}

svg .fill {
  fill: currentColor;
}

svg .meteor {
  stroke-width: 0.025rem;
  color: #fff;
}

svg .hit {
  opacity: 0.5;
}

svg .meteor.consumable {
  color: #0f0;
}
