#snowflakeContainer {
	top: 0;
	position: absolute;
	}
	.snowflake {
	max-height: 0;
	max-width: 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	position: fixed;
	user-select: none;
	z-index: 1000;
	text-align: left;
	}
	.snowflake:hover {
	cursor: default;}