
#text-box
{
	position: relative;
	width: 600px;
	margin: 20px 0px 20px 0px;
	padding: 20px;
	border: solid 1px var(--color-title);
	overflow-y: hidden;
}

#text-sticky
{
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0px 0px 0px -20px;
	padding: 0px;
}

#text-sticky>.gradient
{
	height: 60px;
	background: linear-gradient(0deg, rgba(255,255,255,0.8), rgba(255,255,255,0) 200%);
}

#text-sticky>.white
{
	padding: 5px 20px 5px 20px;
	background: white;
	text-align: center;
}
