h1 {
	color: black;
	font-family: "Verdana", Verdana, serif;
	text-decoration: underline;
	text-align: center;
	}

h2 {
	color: black;
	font-family: "Times New Roman", Times New Roman, serif;
	text-align: center;
	}
	
h3 {
	color: #000080;
	font-family: "Verdana", Verdana, serif;
	}

p { 
	color: #000080;
	font-family: "Times New Roman", Times New Roman, serif;
	text-align: center;50px;
	width:4
	
}
 

 body{
	margin: auto;
	max-width: 950px;
	background-image: linear-gradient(to bottom left, #ffb6c1, #fed8b1, #ffffe0, #90ee90, #ADD8E6);
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-position: center;
	}
	
div {
	width: 450px;
	border: dotted 5px black;
	text-align: left;
	}