  #confetti-canvas {
	position: absolute;
	top: 0;
	margin-left: -10vw;
	margin-right: -10vw;
	z-index: 0;
}

.buttonContainer {
	position: relative;
	display: flex;
	z-index: 1;
}

.buttonContainer button {
	background-color: #b7a57a;
	color: white;
	font-size: .9rem;
	text-transform: uppercase;
	margin: 20px 10px 0 0;
}
