body {
	background-color:gray;
	color:lightsalmon;
	}

H1 {
	font-size:45px;
	text-align:center;
	} 

#face {
	height:150px;
}

/*
	.strobe {
		transform-origin: bottom;
		animation: strobeStart .5s ease-out, strobe 1s infinite;
		animation-delay: 0s, .5s;
	  }
	  
	  @keyframes strobeStart {
		0% {
		  transform:  skew(0deg,0deg) scaleY(1) ;
		  animation-timing-function: ease-in;
		 }
		40% {
		  transform:  skew(0deg,0deg) scaleY(.9);
		  animation-timing-function: ease-out;
		}
		100% { transform:   skew(4deg,0deg) scaleX(1); }
	  }
	  
	  @keyframes strobe {
		0% { transform:   skew(4deg,0deg) scaleX(1); }
		10% { transform:  skew(1deg,0deg) scaleY(.9) ; }
		50% { transform:  skew(-4deg,0deg) scaleX(1); }
		60% { transform:  skew(-1deg,0deg) scaleY(.9) ; }
		100% {transform: skew(4deg,0deg) scaleX(1); }
	  }
*/







