body { margin-top:50px;

}


h1 , p, a {
	font-family: 'Roboto', sans-serif;
}

h1{
	text-transform:uppercase;
	letter-spacing:-1px;
	display:none;
}
p, a {
	font-size:24px;
}
.center{
	width: 100%;
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  	justify-content: center;
}


