#title-footer
{
	opacity: 1;
	transition: opacity 800ms ease-in-out;
	position: fixed;
	height: 2vh;
	z-index: 20;
	width: 100%;
	font-size: 2vh;
	text-align: left;
	letter-spacing: 0em;
	padding-top: 0.5vh;
	padding-bottom: 0.5vh;
    bottom: 0.5vh;
    left: 0.5vh;
    margin: 0;
}
