.angie-snowflake-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
	z-index: 9999;
	overflow: hidden;
}

.angie-snowflake {
	position: absolute;
	background-color: #ffffff;
	border-radius: 50%;
	opacity: 0.8;
	pointer-events: none;
	will-change: transform;
}
