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

.tadafy__out-0685 {
  color: #000;
  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: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

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

.out-0685__frame--1 {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  width: 100%;
  margin-top: 5px;
  position: absolute;
  inset: 0;
  transform: skew(-15deg);
}

.out-0685__frame--2 {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  width: 100%;
  margin-bottom: 5px;
  position: absolute;
  inset: 0;
  transform: skew(15deg);
}

.out-0685__label {
  padding: 35px 17px;
  position: relative;
}

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