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

.tadafy__txt-0375 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  border: 1.5px solid #fff0;
  border-radius: 50px;
  flex: none;
  align-self: center;
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.tadafy__txt-0375:hover {
  border-color: #35ffb6;
}

.txt-0375__label-w-2nd {
  transform-origin: 0%;
  color: #2a3239;
  background-color: #35ffb6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin: 5px;
  display: flex;
  position: relative;
}

.txt-0375__label {
  padding: 12px 36px;
  display: flex;
  position: relative;
}

.txt-0375__label-w {
  transform-origin: 0%;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin: 5px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

