body {
    overscroll-behavior: none;
    height: 100vh;
}

h1, h2, h3 {
    font-family: "Rubik Mono One", monospace;
    font-weight: 400;
    font-style: normal;
}

.blocky {
    font-family: "Rubik Mono One", monospace;
    font-weight: 400;
    font-style: normal;
}

.purple-text-gradient {
    background: linear-gradient(to left, #6483F1, #3A4C8B);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.linked-grid {
    width: 800vw;
    grid-template: 1fr / repeat(8, 100vw);
}

.instagram-grid {
    width: 700vw;
    grid-template: 1fr / repeat(7, 100vw);
}

.reddit-grid {
    width: 800vw;
    grid-template: 1fr / repeat(8, 100vw);
}

.container {
    width: 700vw;
    height: 100%;
    display: grid;
    grid-template: 1fr / repeat(7, 100vw);
}
