/* This is the style sheet for experiments. */

body {
	margin: 0;
	background-image: URL("imgs/water.jpg");
}
	
h1 {
	font-family: "Times New Roman" serif;
	font-size: 2000px;
	color: #FF9966;
	text-align: left;
	margin-left: -10%;
	margin-top: -30%;
	margin-bottom: -90%;
	opacity:0.6;
}
	
p  {
	font-size: 35em;
	color: #6685D6;
	letter-spacing: -30px;
	line-height: 20%;
	position:absolute;
	top: -60%;
	left: -10%;
	opacity:0.3;
}
