@charset "utf-8";
/* CSS Document */

modal : backdrop {
	background-color: rgb(0, 0, 0 / .5)	
}

#modal {
	width: 400px;
	height: 300px;
	background-color: #fff;
	border: none;
	border-radius: .5rem;
	padding: 20px;
	box-shadow: 0 0 1em rgb(0 0 0 / .3)
;}