mouse-trail {
		pointer-events: none;
		position: absolute;
		top: 0px;
		right: 0px;
		font-size: 40px;
		height: 1em;
		width: 1em;
		transform: scale(0.1);
		transition:
			transform 0.2s linear,
			opacity 0.5s ease;
	}