@charset "utf-8";
#loading{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100svh;
	background: #e6fdff;
	background: linear-gradient(164deg,rgba(230, 253, 255, 1) 0%, rgba(255, 204, 213, 1) 100%);
	z-index: 100000;
}