LandPlotUI {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	border-radius: 20px;
	flex-direction: column;
	font-family: Baloo 2;
	color: #fff;

	.title {
		font-weight: 800;
		font-size: 68px;
		text-overflow: ellipsis;
	}

	.subtitle {
		font-size: 46px;
		font-weight: 700;
	}
}
