/**
 * Confetti Rain: front-end canvas styling
 *
 * The canvas is stretched over the target element and made inert, so clicks,
 * hovers and focus pass through to whatever sits underneath it.
 *
 * @package Confetti_Rain
 * @since	1.0.0
 */

.confetti-rain-canvas {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

#header .logo {
	background-image: url("../images/logo-60jaar.png");
}