body {
  background-color: black;
}

.container {
  max-width: 400px;
  margin: auto;
  height: 200px;
  padding-top: 100px;
}

.button {
  display: block;
  text-align: center;
  border-width: 1px 0px 1px 0;
  border-style: solid;
  -o-border-image: linear-gradient(to left, transparent, rgba(224, 132, 0, 0.4), transparent);
     border-image: linear-gradient(to left, transparent, rgba(224, 132, 0, 0.4), transparent);
  border-image-slice: 1;
  cursor: pointer;
}

.text {
  text-transform: uppercase;
  font-family: "Orbitron", sans-serif;
  font-size: 1.6em;
  color: #ffefc7;
  text-shadow: 0 0 13px rgba(76, 33, 4, 0.79), 0 0 32px rgba(255, 187, 24, 0.6);
  display: block;
  margin-bottom: -4px;
  margin-top: 1px;
}

.line-container {
  width: 230px;
  margin: auto;
  position: relative;
}

.line {
  position: absolute;
}

.line--thick {
  width: 6px;
  background-color: #ffefc7;
}

.line--thin {
  position: absolute;
  height: 1px;
  background: linear-gradient(to left, rgba(255, 239, 199, 0.8), rgba(224, 132, 0, 0.4), rgba(224, 132, 0, 0.4), rgba(224, 132, 0, 0.4), rgba(255, 239, 199, 0.8));
}

.thick-line--short {
  height: 15px;
  top: -16px;
}

.thick-line--long {
  height: 40px;
  top: -1px;
}

.line--top-right {
  right: 0;
  transform: skew(45deg);
  box-shadow: 0px 0px 13px rgba(226, 97, 11, 0.85), -12px -8px 25px 3px rgba(226, 97, 11, 0.8);
}

.line--top-left {
  left: 0px;
  transform: skew(-45deg);
  box-shadow: 12px -8px 25px 3px rgba(226, 97, 11, 0.8), 0px 0px 13px rgba(226, 97, 11, 0.85);
}

.line--bottom-right {
  right: 12px;
  transform: skew(-45deg);
  box-shadow: -12px 3px 22px 3px rgba(226, 97, 11, 0.8), 0px 0px 13px rgba(226, 97, 11, 0.85);
}

.line--bottom-left {
  left: 12px;
  transform: skew(45deg);
  box-shadow: 12px 3px 22px 3px rgba(226, 97, 11, 0.8), 0px 0px 13px rgba(226, 97, 11, 0.85);
}

.line--top {
  width: 214px;
  top: -17px;
  left: 8px;
  box-shadow: 0px 5px 34px 5px rgba(251, 169, 40, 0.26);
}

.line--bottom {
  width: 160px;
  top: 38px;
  left: 35px;
  box-shadow: 0px -5px 34px 5px rgba(251, 169, 40, 0.26);
}

.pseudo-class-shadow, .line--bottom-left::after, .line--bottom-left::before, .line--bottom-right::after, .line--bottom-right::before, .line--top-right::after, .line--top-right::before, .line--top-left::after, .line--top-left::before, .line-container::after, .line-container::before {
  position: absolute;
  content: "";
  display: block;
  width: 22px;
}

.line-container::before {
  width: 40px;
  box-shadow: -20px 10px 45px 4px rgba(251, 169, 40, 0.8);
}

.line-container::after {
  width: 40px;
  box-shadow: 207px -12px 45px 4px rgba(251, 169, 40, 0.8);
}

.line--top-left::before {
  box-shadow: 28px 20px 34px 3px rgba(251, 169, 40, 0.8);
}

.line--top-left::after {
  box-shadow: 48px 20px 34px 3px rgba(251, 169, 40, 0.8);
}

.line--top-right::before {
  box-shadow: -48px 20px 34px 3px rgba(251, 169, 40, 0.8);
}

.line--top-right::after {
  box-shadow: -58px 20px 34px 3px rgba(251, 169, 40, 0.8);
}

.line--bottom-right::before {
  box-shadow: -42px 9px 44px 5px rgba(251, 169, 40, 0.66);
}

.line--bottom-right::after {
  box-shadow: -52px 10px 44px 5px rgba(251, 169, 40, 0.66);
}

.line--bottom-left::before {
  box-shadow: 32px 10px 44px 5px rgba(251, 169, 40, 0.66);
}

.line--bottom-left::after {
  box-shadow: 42px 10px 44px 5px rgba(251, 169, 40, 0.66);
}