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

.tadafy__out-0665 {
  color: #b39f82;
  text-align: center;
  letter-spacing: 3px;
  text-transform: lowercase;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

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

.out-0665__frame--1 {
  border-top: 1px solid #b39f82;
  border-bottom: 1px solid #b39f82;
  width: 100%;
  margin-top: 6px;
  position: absolute;
  inset: 0;
}

.out-0665__frame--2 {
  border-top: 1px solid #b39f82;
  border-bottom: 1px solid #b39f82;
  width: 100%;
  margin-bottom: 6px;
  position: absolute;
  inset: 0;
}

.out-0665__label {
  padding: 19px 30px;
  position: relative;
}

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