#home.active {
    .right {
        flex: 3;
        animation: small-tab-in 2s;
    }
    .left {
        flex: 2;
        display: flex;
        flex-direction: column;
        gap: 15px;
        justify-content: center;
    }

    .pfp {
        border-radius: 35px;
        outline: 4px solid var(--c8);
        width: 100%;
        animation: small-tab-in 2s;
    }
    .thingy {
        text-align: center;
        font-size: 1.25rem;
        animation: small-tab-in 2.5s;
    }
    .big {
        display: block;
        font-size: 2em;
        animation: small-tab-in 2s;
    }

    .oops {
        text-align: center;
        margin: 35px;
        opacity: 0.25;
    }


}