.button { position: fixed; bottom: 20px; left: 20px; z-index: 99; display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; font-size: var(--font-md); color: var(--color-foreground); cursor: pointer; background-color: var(--color-neutral-100); border: 1px solid var(--color-neutral-300); border-radius: 50%; }