body {
	background-color: #fff;
	font-family: "Rethink Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color: #000;
	font-size: 20px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-align: center;
}


.full-height {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh; /* Set the height of the div to 100% viewport height */
  }


.full-height a{
	display: inline!important;
}
  a:link,
  a:active,
  a:visited{
  	display: inline!important;
  	color: #0CC;
  }