.modal {
	position: fixed;
	inset: 0;
	background: hsl(0 0% 20% / 80%);
	transition: all 250ms ease-in-out;
	display: grid;
	place-content: center;
}