.knockout-text {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
  height: 400px;
  width: 600px; }
  .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;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    content: "HELLO WORLD";
    font-size: 6em;
    font-weight: bolder; }
  .knockout-text .knockout-between {
    position: absolute;
    z-index: -1;
    background-color: #fff;
    height: 75%;
    width: 83.33%;
    top: 50px;
    left: 50px; }

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