body{
	background-color: magenta;
}

figure#peter-halley-2008-laws-of-rock{
	width: 50vw;
	height: 50vw;
	background-image: url('../img/peter-halley-2008-laws-of-rock.jpg');
	background-size: cover;
	background-repeat: center;
}

figure#peter-halley-2008-laws-of-rock:hover {
	background-image: url(../img/bridget-riley-1981-ra-2.jpg);
}

h1{
	font-size: 90pt;
	font-family: Futura;
	text-align: center;
	color: white;
	animation: fade-in-float-up 2s 3;
}

@keyframes fade-in-float-up {
	0%	    {opacity: 0; transform: translateY(500px);}
	50%     {transform: translateY(-100px);}
	70%		{transform: translateY(50px);}
	90%		{transform: translateY(-25px);}
	100%	{opacity: 1; transform: translateY(0px);}
}

#apple{
	width: 500px:
}

.st0:hover {
	fill: yellow;
}