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

.tadafy__out-0235 {
  color: #fafafa;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.out-0235__circ {
  border: 4px solid #00ff1e;
  border-radius: 50%;
  width: 100%;
  position: absolute;
  inset: 0;
  transform: skew(-20deg);
  box-shadow: inset 0 0 20px #00ff1e, 0 0 20px #00ff1e;
}

.out-0235__label {
  padding: 45px 17px;
  position: relative;
}

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