#logo-animation {
    width: 100vw;
    height: 120vw;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logo-ani_row {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.logo-ani-type {
    font-family: FKScreamer, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 49vw;
    letter-spacing: -.015em;
    line-height: 77%;
    text-transform: uppercase;
    transition: margin 500ms ease-in-out;
}

#row1 span:nth-child(2) {
    margin-left: 10vw;
}

#row3 span:nth-child(3) {
    margin-right: 32vw;
}