.hr{
  height: 1px;
  background: rgba(255,255,255,0.08);
  margin: 14px 0;
}

.big{
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .2px;
  margin-top: 4px;
}

#orbitCanvas{
  display:block;
  width:100%;
  height:auto;
}

@media (max-width: 600px){
  .big{ font-size: 16px; }
}