/* 
   index.css
*/
body {	
	background: #EEAECA;
	background: radial-gradient(circle,rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
}


h1 {
	font-family: "Lucida Console";
	color: black;
	text-align: center;
	text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;	
}

h3 { 
	font-family: "Lucida Console";
	font-size: 200%;
	text-align: center;
}

h5 {
	font-family: "Lucida Console";
	text-align:center;
}

p {
	font-family: "Lucida Console";
	font-size:20px; 	
	text-align: center;
}

ul {
	font-family: "Lucida Console";
	font-size:25px;
	text-align: center;
	list-style-position: inside;
}

