/* */
  .box .number {
      position: absolute;
      left: 5%;
      top: 5%;
      font-size: 25px;
      font-weight: bold;
      color: rgba(255, 255, 255, 0.75);
      text-shadow: 2px 2px 1px rgba(107, 107, 107, 0.24);
    }

  .copyright-small {
    position: absolute;
    right: 19px;
    bottom: 2px;
    font-size: 9px;
    color: rgba(155, 155, 155, 0.75);
    text-shadow: 2px 2px 1px rgba(107, 107, 107, 0.24);
  }
