body{
	font-family: Calibri;
	background-image: radial-gradient(circle, #333, #000);
	text-align: center;
	color: #fff;
	height: 80vh;
	padding: 50px;

}

p{
	text-align: center;
}	

a{
	text-decoration: none;
	color: #fff;
}
a:hover{
	text-decoration: underline;
}