.loading-page {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.loading-page-text {
	font-family: hand-bold;
	font-size: 60px;
	margin: 0px;
	background-image: linear-gradient(to right, #846785 -50%, rgb(253, 94, 83) 0%, #8d67a5 100%, rgb(253, 94, 83) 150%);
    color: transparent;
    background-clip: text;
    text-align: center;
}