@import url('https://fonts.googleapis.com/css2?family=Road+Rage&display=swap');



.timer {
  margin: 0;
  margin-top: -9px;
  margin-right: 0px;
  
}

.timer .container {
  margin-right: -61px;z-index: 190;
   font-size: 24px;
  color: #ffffff;
  border-radius: 5px;
  margin-right: -61px;
}



.path--background {
  fill: rgba(255, 255, 255, 0); /* main background colour*/
  stroke: rgb(31, 31, 31);
  stroke-width: 0px;
}



.path--foreground {
  fill: #ffffff; /* main background colour*/
  stroke: rgb(255, 255, 255);
  stroke-width: 0px;
}

.label {
  font-family: "work sans", system-ui;
  font-size: 70px;
  font-weight: 900;
  text-anchor: middle;
  fill: #ffffffe0; /* main background colour*/
}

