@charset "UTF-8";
.total_count {
  font-size: 150px;
  font-weight: bolder;
  font-style: italic;
  background: linear-gradient(90deg, #6c4f96, #d17ba3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

