body {
	background-image: ;
	background-size: 1300px 700px;
	}
	
h1 {
 -webkit-user-select: none;
  cursor:default;
  }
h1:hover {
	transform: rotate(15deg);
	font-size: 3em;
	}
	
h1:active {
	font-size: 7em;
	}
	
li {
	color:FFF4F4;
	}