body {
    background: var(--blackpink-gold);
    background-color: var(--black);
    /* overflow: hidden; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100vw;
    /* min-width: 800px; */
}
html {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hero-title {
    /* color: white; */
    font-size: 3em;
    width: fit-content;
    /* text-shadow: 0px 1px 4px var(--rich-black-1); */
    background: var(--gold-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 5;
    text-align: center;
    margin: var(--small-dist-1);
    padding: 0;
}

.about-text {
    text-align: center;
    color: var(--pale-spring-bud);
    max-width: 500px;
    width: 55vw;
    min-width: 220px;
}