ui/skatescore.razor.scss
SkateScore {
	position: absolute;
	top: 10px;
	right: 10px;

	.score {
		height: auto;
		width: auto;
		align-self: flex-end;
		justify-content: flex-end;
	}

	.text {
		font-family: GraffitiCity;
		color: white;
		font-size: 70px;
		text-stroke: 6px black;
		padding: 10px;
		text-transform: lowercase;
	}
}