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

.tadafy__txt-0240 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #38d97b;
  border: 2px solid #38d97b;
  border-radius: 5px;
  flex: none;
  align-self: center;
  font-family: Exo, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.tadafy__txt-0240:hover {
  color: #38d97b;
  background-color: #38d97b33;
}

.txt-0240__label-w {
  transform-origin: 100% 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.txt-0240__label {
  padding: 23px 20px;
  position: relative;
}

.txt-0240__label-w-2nd {
  transform-origin: 0 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

