.titleG{
		background: #121FCF;
		background: linear-gradient(to right, #121FCF 0%, #CF1512 100%);
		-webkit-background-clip: text;	
		-webkit-text-fill-color: transparent;
}

.bgy{
		background-color:yellow;
}

.bgyb{
		background-color:yellow;
		color:black;
}

.sticky{
		position: fixed;
		bottom: 0;
		width: 100%;
}