.modal {
	background-color: var(--modal-bg);
	position: fixed;
	z-index: 3;
	left: 0;
	top: 0;
	padding: 50px;
	width: 100%;
	height: 100%;
	overflow: auto;
}