body {
	background-image: linear-gradient(95.2deg, rgba(173, 252, 234, 1) 26.8%, rgba(192, 229, 246, 1) 64%);
}

text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	pointer-events: none;
}

.listContentRow {
	border-bottom: 1px solid #797979;
	border-top-style: hidden;
	background-color: #ffffff63;
}

.btn-sm {
	margin: 2px;
}

@media only screen and (max-width: 600px) {
	.btn-sm {
		font-size: 12px;
	}
}

/* Add this style for the celebration title */
#questionTextContainer {
	position: fixed;
	top: 33%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 9999; /* Ensure it's above other elements */
}

#questionTextContainer {
	font-size: 36px;
	font-family: 'Arial', sans-serif;
	color: #ff5722;
	text-shadow: 2px 2px 4px #333;
	background-color: #3861b1;
	color: white;
	border-radius: 6px;
	padding: 10px 20px 10px 20px;
	/*display:inline-block;*/
}
