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

.tadafy__out-0600 {
  color: #b39f82;
  text-align: center;
  letter-spacing: 2px;
  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: 32px;
  font-weight: 100;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transform: translate(0);
}

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

.out-0600__line--4 {
  transform-origin: 0 100%;
  border-bottom: 1px solid #b39f82;
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: skew(0deg, 10deg);
}

.out-0600__line--3 {
  transform-origin: 100% 100%;
  border-top: 1px solid #b39f82;
  position: absolute;
  inset: 0% 50% 0% 0%;
  transform: skew(0deg, 10deg);
}

.out-0600__line--2 {
  transform-origin: 100% 0;
  border-top: 1px solid #b39f82;
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: skew(0deg, 10deg);
}

.out-0600__line--1 {
  transform-origin: 0 0;
  border-bottom: 1px solid #b39f82;
  margin-right: -1px;
  position: absolute;
  inset: 0% 50% 0% 0%;
  transform: skew(0deg, 10deg);
}

.out-0600__label {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

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