.Toolbar {
    display: flex;
    justify-content: space-evenly;
    background: var(--color-main-darkest);
    position: sticky;
    bottom: 0;
    z-index: 100;
    box-shadow: var(--box-shadow-upper);

    & > .Button {
        --padding: 1rem;
        font-size: 1rem;
    }
}