nav {
    display: flex;
    gap: 1rem;
    padding-right: 1em;
    width: 100%;
    align-items: center;
    justify-items: center;
}

.nav-back {
    text-decoration: none;
    background-color: initial;
    border: none;
    color: var(--accent-color);
    display: flex;
    align-items: center;
    span {
        vertical-align: middle;
        font-weight: 500;
        width: min-content;
        height: 100%;
        font-size: 1em;
    }

    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
}

.nav-brand {
    color: var(--accent-color);
    font-weight: 700;
    margin-left: auto;
    background: none;
}

.nav-bubbles {
    justify-self: flex-end;
    align-self: center;
    display: flex;
    margin-top: auto;
    z-index: 100;
}

.wave-divider {
    color: var(--accent-color);
    text-align: center;
    font-size: 1em;
    letter-spacing: -0.5px;
    overflow: hidden;
    white-space: nowrap;
    margin: -0.33em 0;
    padding: 0;
    opacity: 0.35;
}