.Toolbar { display: flex; justify-content: space-evenly; background: var(--color-main-darkest); position: sticky; bottom: 0; z-index: 1000; box-shadow: var(--box-shadow-upper); & > .Button { font-size: var(--font-size-default); } }