body {
    background: #000;
    overflow: hidden;
}

.rubik-glitch-regular {
    font-family: "Rubik Glitch", system-ui;
    font-weight: 200;
    font-style: normal;
}

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

.holdingBlock {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 200px;
}

h1 {
    text-align: center;
    font-size: 60px;
    color: rgb(60, 202, 202);
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
}

.overlaySplit {
    text-align: center;
    font-size: 160px;
    font-family: "Rubik Glitch", system-ui;
    font-weight: 200;
    font-style: normal;
    color: rgb(222, 147, 252);
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    opacity: 42%;
    margin-top: -150px;
    z-index: -1;
}

span {
    display: inline-block;
    text-align: center;
    font-size: small;
    color: rgb(177, 147, 243);
    padding: 1rem;
    width: 100vw;
}