.top-section h1 {
    font-size: 4rem;
    font-weight: 500;
}

.top-section h6 {
    font-size: 0.875rem;
    font-weight: 450;
}

@media screen and (min-width: 700px) {
    .top-section {
        padding-top: 128px;
    }

    .top-section h1 {
        font-size: 6.5rem;
        font-weight: 500;
    }

    .top-section h3 {
        font-size: 4.5rem;
        font-weight: 500;
    }

    .top-section h6 {
        font-size: 1.15rem;
        font-weight: 350;
    }
}

.blur {
    backdrop-filter: blur(10px);
}

.verification-h1-gradient {
    background: linear-gradient(45deg, #594ae2 35%, #f69 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.landing-h1-gradient {
    background: linear-gradient(82deg, #594ae2 0%, #f69 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.link-request-table-row {
    background: rgba(119, 107, 231, 10%);
}