* {
	margin: 0;
	padding: 0;
}

body {
	overflow: hidden;
}

#fireworks {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
}
