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

.tadafy__out-0705 {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.out-0705__wrap {
  margin-top: 1px;
  margin-bottom: 1px;
  position: absolute;
  inset: 0%;
}

.out-0705__line--1 {
  border-bottom: 4px solid #ff4500;
  position: absolute;
  inset: 4px 0 0;
}

.out-0705__line--2 {
  border-top: 4px solid #ff4500;
  position: absolute;
  inset: 0 0 4px;
}

.out-0705__label {
  padding: 17px 25px;
  position: relative;
}

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