.big
{
height:600px;
width:100%;
background-image:url('happydiwali.jpg');

}




.first
{
float:left;

	
margin-left:30px;
color:white;
font-size:50px;
}
.first:hover
{
float:left;

color:yellow;
margin-left:30px;
color;;
}
.second
{
	float:left;
	
    color:white;
	margin-left:30px;
	font-size:50px;
	

}
.second:hover
{
	float:left;
	
	color:red;
	margin-left:30px;
	

}
