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

.tadafy__sha-0375 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.sha-0375__wrap {
  justify-content: center;
  align-items: center;
}

.sha-0375__segm {
  transform-origin: 100% 0;
  background-color: #07ff34e6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0% 1% 1% 0%;
  transform: skew(5deg)rotate(5deg);
}

.sha-0375__fill {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff1a;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.sha-0375__label {
  padding: 31px 58px;
  position: relative;
}

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