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

.tadafy__out-0470 {
  color: #2a3239;
  text-align: center;
  letter-spacing: 2px;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  font-family: Varela Round, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transform: translate(0);
}

.out-0470__wrap {
  flex: none;
  position: absolute;
  inset: 0%;
}

.out-0470__line--1 {
  transform-origin: 50%;
  border-bottom: 2px solid #00ff1e;
  position: absolute;
  inset: 0%;
  transform: skew(0deg, -10deg);
}

.out-0470__line--2 {
  transform-origin: 50%;
  border-top: 2px solid #ff001e;
  position: absolute;
  inset: 0%;
  transform: skew(0deg, 10deg);
}

.out-0470__label {
  padding: 20px 48px;
  position: relative;
}

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