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

.tadafy__out-0220 {
  color: #111;
  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: Exo, sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.out-0220__frame-w {
  flex: none;
  position: absolute;
  inset: 0%;
}

.out-0220__frame--1 {
  border: 5px solid #00ff1e;
  border-radius: 50%;
  width: 100%;
  margin-top: 8px;
  margin-bottom: -8px;
  position: absolute;
  inset: 0;
  transform: skew(-30deg);
}

.out-0220__frame--2 {
  border: 5px solid #111;
  border-radius: 50%;
  width: 100%;
  margin-top: -8px;
  margin-bottom: 8px;
  position: absolute;
  inset: 0;
  transform: skew(30deg);
}

.out-0220__label {
  padding: 47px 40px;
  position: relative;
  transform: skew(0deg);
}

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