html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #070616;
    color: white;
}

h1 {
    font-family: "Orbitron", sans-serif;
    font-size: 350%;
    font-weight: normal;
    letter-spacing: 0.5rem;
}

.char {
    color: #fff;
    transition: color ease-out 0.3s, text-shadow ease-out 0.3s;
    text-shadow: 0 0 4rem #fff;
}

.char.fade-in {
    color: #0cf;
    transition: color ease-out 0.3s, text-shadow ease-out 0.3s;
    text-shadow: 0 0 1rem #0cf;
}




svg {
    height: 50vh;
    width: 50vw;
}

.st0,
.st1,
.st2,
.st3 {
    fill: none;
    stroke: #0cf;
    stroke-width: 42;
    stroke-miterlimit: 10;
}

.st0 {
    stroke-dasharray: 12.1947, 12.1947, 12.1947, 12.1947, 12.1947, 12.1947;
}

.st1 {
    stroke-dasharray: 50, 90, 200, 30, 40, 0;
}

.st2 {
    stroke-linecap: square;
    stroke-dasharray: 120, 20, 110, 20, 140;
}

.st3 {
    stroke-width: 16;
    stroke-linecap: square;
}