body {
	overflow: hidden;
	background-color: rgb(194, 176, 176);
}

.class1 {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	width: 19.26%;
	height: 19.27%;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	border: solid rgb(0, 0, 0) 5px;
	border-radius: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.27vw;
	padding: 0px;
	margin: 0px;
	user-select: none;
}

#antwort_a {
	top: 29.73%;
	left: 28.41%;
}

#antwort_b {
	top: 29.73%;
	left: 55.77%;
}

#antwort_d {
	top: 53.20%;
	left: 55.79%;
}

#antwort_c {
	top: 53.20%;
	left: 28.31%;
}

#frage {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	top: 4.07%;
	left: 16.93%;
	width: 66.51%;
	height: 20.00%;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	border: solid rgb(0, 0, 0) 6px;
	border-radius: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.83vw;
	padding: 0px;
	margin: 0px;
	user-select: none;
}

