body {
	font-family: 'Calibri Light', 'Calibri', 'Poiret One', sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	color: black;
	background: rgb(255,255,255);
	background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 51%, rgba(155,212,255,1) 100%); 
}

a {
	color: black;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}