body {
	padding: 0px;
	text-align: center;
	background-position: center center;
	font-family: 'Lato', sans-serif;
	background-repeat: no-repeat;
	width: 100%;
	overflow: hidden;
	background-color: #f9f9f9;
	color:#333;	
	background-attachment: fixed;
}

a{
	color: #ec008c;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
}

.parent {
  position: relative;
  height:100vh;
}
.child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

