.knockout-text {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
  height: 100%;
  width: 100%;
}
.knockout-text::before, .knockout-text::after {
  background-image: url("https://raw.githubusercontent.com/timhwang21/timhwang21.github.io/master/images/bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.knockout-text::before {
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  z-index: -2;
}
.knockout-text::after {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
  position: absolute;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 200px;
  width: 80%;
  top: 100px;
  left: 0px;
  content: "KNOCKOUT HEADER";
  font-size: 6em;
  font-weight: bolder;
  text-align: left;
}
.knockout-text .knockout-between {
  position: absolute;
  z-index: -1;
  background-color: #fff;
  height: 200px;
  width: 80%;
  top: 100px;
  left: 0px;
}

/*# sourceMappingURL=knockout-header.css.map */
