body {
  background-color: #02050A;
  overflow: hidden;
  text-align:center;
   display: flex;
   align-items: center;
   justify-content: center; 
 }
 
 body,
 html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
 }
 
 svg {
  width: 100%;
  height: 100%;
  visibility: hidden;
 }
 #counter{
  cursor: pointer;
 }
 text {
 font-family: moby-monospace, monospace;
 
 font-weight: 400;
 
 font-style: normal;
   font-size: 140px;
   user-select: none;
   font-weight: 700;
   fill: #01FFFF;
   /* stroke: #FFF; */
   text-align: middle;
 }