body {
	min-height: 100vh;
	background: linear-gradient(to bottom right, #849ecd, #cc69a0);
	margin: 0;
	padding: 0;
	font-family: 'Helvetica', Arial, sans-serif;
	color: #fbfade;
	font-family: "Limelight", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.placeholder-content {
	display: flex;
	width: 100svw;
	height: 100svh;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.placeholder-content p a {
	color: inherit;
	text-decoration: underline;
	font-weight: 500;
}