body {
    color: white;
    font-family: "Dongle", sans-serif;
    font-weight: 300;
    font-style: normal;

    margin: 0;

    justify-content: center;
    align-items: center;
}

#topthing {
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 2rem;

    position: sticky;
    top: 0;
    z-index: 1000;
    background: #151915;

    display: grid;
    grid-template-columns: 4rem 1fr 4rem;
    align-items: center;
    justify-content:space-between;

    padding: 1rem 15rem;
        padding-left: 10%;
        padding-right: 10%;
    
    margin-bottom: 0.5rem;
    filter: drop-shadow(0px -5px 8px #001);
}

#theprompt {
    margin: 0;
    font-size: 150%;
    text-align: center;
}

#bprev, #bnext {
    cursor: pointer;
    user-select: none;
    height: auto;
}

#gallery {
    column-width: 25rem;
    column-gap: 1rem;
    max-width: 1600px;
    margin: 0 auto;
    padding: 1rem;
}

.submission {
    padding: 1.2rem;
        padding-bottom: 0;
    margin-bottom: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;

    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
}

.submission img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.submission .subtitle{
    line-height: 1.75rem;
    font-weight: 400;
    margin: 0;
        margin-top: 0.5rem;
        margin-left: 0.2rem;
}

.submission .subauthor {
    color: #ddd;
    font-size: 125%;
    font-weight: 300;
    margin: 0rem;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
        margin-left: 0.2rem;
}

.submission .subauthorimg {
    width: 1em;
    position: relative;
    top: 0.15em;
    border-radius: 50%;
}

.hidden {
    opacity: 25%;
}

.gone {
    opacity: 0% !important; 
}


#homestuff {
    margin-left: 4em;
    font-family: "Rubik", sans-serif;
    font-size: 2rem;
    font-weight: 300;
}

#viewpromptrn {
    color: blue;
    cursor: pointer;
    user-select: none;
}