.Notif{
	position:fixed;
	top:2%;
	right:2%;
	box-sizing:border-box;
	
	background-color:#607d8beb;
	width:200px;
	height:150px;
	border-radius:5px;
	box-shadow:var(--bs1);
	padding:5px;
}