Code/SbTween/Examples/SbetweenTest.razor.scss
SbetweenTest {
	position: absolute;
	bottom: 20px;
	left: 20px;
	top: auto;
	right: auto;
	width: 300px;
	height: 100px;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.5); 

	.title {
		font-size: 25px;
		font-family: Poppins;
		color: #fff;
	}
}