body {
	overflow-y: scroll;
}

p {
	text-indent: initial !important;
}

#tracks:not(:has(article))::after {
	content: "Loading";
	display: block;
	font-size: 2em;
	text-align: center;
	width: 100%;
}

#cloudflare {
	background-image: linear-gradient(to right, #f6821f, #fbad41);
	color: transparent;
	background-clip: text;
}
