@import "/UI/Styles/styles.scss";

WorldText {
	position: absolute;
	justify-content: center;
	align-items: center;
	font-weight: bold;

	.title {
		font-size: 325px;
		font-family: $font-primary;
		color: $text-primary-color;
		text-stroke: 20px black;
	}
}
