.scroll::-webkit-scrollbar {
    display: none;
}

body {
    padding: 0;
    background: black;
    background: #FFFF42;
}

.scroll {
    position: fixed;
    width: 100%;
    height: 100svh;
    overflow: auto;
    transform: rotate(-10deg);
    /* border: solid red 2px; */
}

.box {
    display: flex;
    flex-direction: content-row;
    gap: 4rem;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100svh;
    background: #FFFF42;
    margin: 0 auto;
}

.column {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.text-vertical {
    transform: rotate(90deg);
    width: auto;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;

    div {
        position: absolute;
        display: flex;
        width: auto;
        gap: 2rem;
    }

    h1 {
        font-size: 52pt;
        text-shadow: #00AE8F 0 0.8rem, #C51A7D 0 -0.8rem;
        color: #FAFBE7;
        -webkit-text-stroke: black 2px;
    }

}

h1 {
    font-family: "roc-grotesk-variable", sans-serif;
    font-size: 60pt;
    font-weight: 750;
}

h2 {
    font-family: "geneo-std", serif;
    font-size: 26pt;
    line-height: 4pt;
    font-weight: 600;
    text-shadow: #FAFBE7 0.4rem 0.4rem;
    color: #C51A7D;
}

.sans {
    font-family: "roc-grotesk-variable", sans-serif;
    font-stretch: condensed;
    font-weight: 750;
    font-size: 48pt;
    color: transparent;
    -webkit-text-stroke: black 2px;
    text-shadow: #FAFBE7 -0.4rem -0.4rem;
}

.text-stack {
    h1 {
        font-size: 112pt;
        line-height: 100pt;
        margin: 0;
        text-shadow: #C51A7D -0.8rem 0;
    }
}

.left-space {
    margin-left: 5rem;
}