#question_container_wrapper {
	height: 100svh;
	width: -webkit-fill-available;
	position: absolute;
	top: 0;
	z-index: 4;
	background-color: #0000008a
}

#question_container_page {
	width: 60%;
	margin: auto;
	background-color: #000;
	height: -webkit-fill-available;
	overflow-wrap: anywhere;
	border: 1px solid #333;
	position: relative;
}

#head,
#paragraph_of_question_btn {
	margin: 10px;
}

#close_btn {
	padding: 4px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	cursor: pointer;
	display: flex;
	border: none;
}

#question_btn {
	padding: 4px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
}

@media screen and (max-width: 998px) {
	#question_container_page {
		width: auto;
		padding: 0;
		border-color: #000;
	}
}