.indexbody {    width: 100vw;	height: 100vh;	background-image: url("bg.jpg");    background-position: center;    background-size: cover;    background-repeat: no-repeat;	padding: 0;	margin: 0	}.label {    background-image: url("adrianarheya.gif");    background-repeat: no-repeat;    background-position: center;    background-size: 100%;    width: 100vw;    height: 100vh;    display: flex;    justify-content: center;    align-items: center;    z-index: 1; }.indexfooter {    z-index: 1;    display:table-cell;    position:absolute;    bottom:0;    right:0;	background-color: #FFFFFF;    width: 100vw;	height: 40px;	display: flex;	align-items: center;	justify-content: center;	font-family: Verdana, sans-serif;	font-size: 9pt;	line-height: 13pt;	letter-spacing: 1pt;	word-spacing: 1pt;	color: #444444;	}.indexfooter a {	text-decoration:underline;	color:#3D244C;	}.indexfooter a:active {	text-decoration:underline;	color:#444444;	}.indexfooter a:visited {	text-decoration:underline;	color:#3D244C;	}.indexfooter a:hover {	text-decoration:underline;	color:#444444;	}.indexfooter a:visited:hover {	text-decoration:underline;	color:#444444;	}