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

.tadafy__fill-0180 {
  color: #2a3239;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: skew(-15deg);
}

.fill-0180__fill {
  background-color: #2760ff;
  position: absolute;
  inset: 0%;
}

.fill-0180__label {
  padding: 30px 20px;
  position: relative;
}

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