body {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0 -50%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.tadafy__txt-0370 {
  color: #5526f2;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  border: 1px solid #5526f2;
  border-radius: 50px;
  flex: none;
  align-self: center;
  font-family: Varela, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.txt-0370__fill {
  background-color: #5526f2;
  display: block;
  position: absolute;
  inset: 0%;
}

.txt-0370__label-w-2nd {
  transform-origin: 0%;
  color: #fff;
  background-color: #5526f2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.txt-0370__label {
  padding: 11px 24px;
  display: flex;
  position: relative;
}

.txt-0370__label-w {
  transform-origin: 100%;
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  margin-right: -1px;
  display: flex;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 240px) {
  .tadafy__txt-0370 {
    transform: scale(.7);
  }
}

