@charset "utf-8";
/*CSS Document */

body {
	background-color:#FF025A;
	  
}
.bigBlue {
	font-size: 36px;
	font-family: "Lucida Calligraphy", Arial, Georgia;
	color: #FF0078;
}

a:link {
	color: #02FFB2;
}

a:hover {
	color: #FF6122;
} 
a:visited {
	color: #FF7902;
}

.grad1 {
	font-size: 32px;
	font-family:Tahoma, Helvetica, sans-serif;
	background:linear-gradient(to bottom, #4E02FF, #FF0297);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}