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

.tadafy__fill-0190 {
  color: #fff;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: .9;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: skew(-20deg);
}

.fill-0190__fill {
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.fill-0190__label {
  padding: 2px 25px 2px 4px;
  position: relative;
}

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