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

.tadafy__fill-0540 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #000c;
  border-radius: 50px;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.fill-0540__fill {
  background-image: repeating-linear-gradient(135deg, #000, #000 2%, #ff5331 2% 4%);
  flex: 1;
  width: 600%;
  height: 102%;
  position: absolute;
  top: -1%;
  bottom: 0%;
  right: 0%;
  transform: translate(0);
}

.fill-0540__outl {
  border: 2px solid #ff5331;
  border-radius: 50px;
  position: absolute;
  inset: 0%;
}

.fill-0540__label {
  text-shadow: 0 0 5px #ffffff80;
  padding: 2px 90px;
  position: relative;
}
