html{
	height: 100%;
}

body{
	margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
	text-decoration:none;
	font-family:'Georgia',Arial,Helvetica,sans-serif;
	color:#f3f3f3;
	background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
}

.grandParentContaniner{
	display:table;
	height:100%; 
	margin: 0 auto;
}

.parentContainer{
	display:table-cell; 
	vertical-align:middle;
}	
