body{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0F0F0F0F;
	font-family: 'Poppins', sans-serif;
}

.block h1{
	font-size: 72px;
	margin: 40 0px;
}

.block h1:nth-child(1){
	color:#B7C685;
}
.block h1:nth-child(2){
	color:#87C4D7;
}
.block h1:nth-child(3){
	color:#D87E75;
}

.block{
	width: 800px;
	background: white;
	padding: 25px 40px 80px;
	-webkit-box-shadow: 0px 0px 19px -2px rgba(0,0,0,0.68);
	-moz-box-shadow: 0px 0px 19px -2px rgba(0,0,0,0.68);
	box-shadow: 0px 0px 19px -2px rgba(0,0,0,0.68);
	margin: 15px;
}

a{
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}