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

.tadafy__out-0260 {
  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;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.out-0260__circ-w {
  flex: none;
  position: absolute;
  inset: 0%;
}

.out-0260__circ--2 {
  border: 1px solid #111;
  border-radius: 50%;
  position: absolute;
  inset: 0;
  transform: rotate(-15deg);
}

.out-0260__circ--1 {
  border: 1px solid #111;
  border-radius: 50%;
  position: absolute;
  inset: 0;
  transform: rotate(15deg);
}

.out-0260__label {
  padding: 30px 34px;
  position: relative;
}

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