/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 21 2026 | 20:21:14 */
/*	body {
		background-color: #942a57;
		margin: 0 auto;
		max-width: 760px;
	}

	html, body {
		box-sizing: border-box;
	}

	*, *::before, *::after {
		box-sizing: inherit;
	}

	body, input, button {
		color: #ecf0f1;
		font-family: Georgia,Helvetica;
		font-size: 14px;
	}
*/
.dragula_possible_answer_spanButtons {
	background-color: rgb(255, 255, 255, 0.2);
	color: whitesmoke;
	text-align: center;
	touch-action: none; 
	margin: 3px; 
	padding: 3px;
	font-size: 20px;
	border-radius: 5px;
	cursor: grab;
}

	.wrapper {
		margin: 5px;
		padding: 5px;
		width: 100%;
		display: inline-flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		touch-action: none;
	}

	.dragula_constant_text {
		margin: 5px;
		padding: 5px;
	}

	.dragula_container {
		/*background-color: rgb(210, 105, 30, 1);*/
		background-color: #ffe4b5;
		/* display: table-cell; */
		display: inline-flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		/* */
		width: 90%;
		margin: auto; /* auto */
		padding: 10px;
		border-radius: 5px;
		/* position: relative; */
		z-index: 1;
		touch-action: none;
	}

	.dragula_container_answer {
		background-color: rgba(255, 255, 255, 0.3);
		display: inline-flex; 
	/*	display: inline-flex;*/
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 40px;
		margin: 5px;
		padding: 5px;
		border-radius: 5px;
		text-align: center;
	}

	.dragula_container > span {
		cursor: grab;
		background-color: rgba(0, 0, 0, 0.3);
		margin: 4px;
		padding: 4px;
		transition: opacity 0.4s ease-in-out 0s;
	}

	.image-thing {
		display: block;
		margin: 20px 0;
		text-align: center;
	}

	.questionCard {
		background-color: #cd853fff;
		margin: auto;
		padding: 5px;
		box-shadow: 5px 5px black;
		border: none;
		border-radius: 10px;
		display: inline-flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		overflow: hidden;
	}

	#buttonContainer {
		/* make element inline flex-container */
		/* this will make its children flex-items */
		display: inline-flex;
		flex-direction: row;
		/* center items horizontally */
		align-items: center;
		/* center items vertically */
		justify-content: center;
		border: none;
		width: 98%;
	}

	.dragula_text_to_solve {
		display: block;
		vertical-align: middle;
		margin: auto;
		font-size: 20px;
		color: whitesmoke;
		font-weight: 700;
	}
