body
{ background-color:#FFFF1A; }

h1 {	
	color:pink;
	text-align:center;
	font-size:100px; 
}

h2 {
	color:orange;
	text-align:center;
	font-size:50px;
}

h3 {
	text-align:center;
	font-size:20px;
}

crap {
	text-align:center;
	font-size:25px;
	color:red;
}

#custom {
	color:red;
	font-size:20;
}

#custom2 {
	color:black;
	font-size:100;
	position:absolute;
	left:400px;
	top:500px;
}

.pic {
	text-align:center;
}

.ice {
	margin-top:-450px;
	text-align:center;
}
