#textMatrix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    position: fixed;
}

#front {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.invert-text {
    font-size: 72px;
    padding: 20px 40px;
    /* color will be set dynamically */
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 44%;
    transform: translateX(-50%);
    mix-blend-mode: difference;
    z-index: 2;
    background: transparent;
    font-weight: 400;
}

.text {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
