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

.tadafy__out-0250 {
  color: #fe2c55;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

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

.out-0250__frame--1 {
  border: 10px solid #25f4ee;
  border-radius: 50%;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0;
  transform: skew(-30deg);
}

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

.out-0250__label {
  padding: 47px 30px;
  position: relative;
}

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