
import {css} from "@benev/slate"
export default css`

footer {
	margin-top: 4em;
	display: flex;
	justify-content: center;

	.persistence {
		opacity: 0.5;
		font-size: 0.8em;

		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.5em;

		svg {
			width: 1.5em;
			height: 1.5em;
			stroke-width: 2;
		}
	}
}

`

