.fairy-world-deep-verification-container {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.fairy-world-deep-verification-image {
	width: 300px;
	/* height: 300px; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 100px;
}

.fairy-world-deep-verification-image img {
	max-width: 100%;
	max-height: 100%;
}

.fairy-world-deep-verification-buttons {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-top: 20px;
}

.fairy-world-deep-verification-buttons button {
	margin: 0 10px;
	padding: 10px 20px;
	width: 250px;
	height: 50px;
	margin-bottom: 20px;
}

.fairy-bubble {
	width: 200px;
	height: 100px;
	background-color: white;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.fairy-bubble-tail {
	position: absolute;
	bottom: -20px;
	right: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0px;
	border-color: white transparent transparent transparent;
}