body {
	background-color: Salmon ;
	color:#DC143C ;
	font-size: 15px;
	font-family: sans-serif;

background-image: url("images/image.jpg");
}

body{	
animation-name: myAnimation;
animation-duration: 6s;
animation-iteration-count: infinite;
}


	@keyframes myAnimation {
  0%   {color: LightSeaGreen;}
  12% {color: MistyRose;}
  24%  {color: LemonChiffon;}
  36%  {color: MediumSeaGreen;}	
  48%  {color: LightCyan;}
  60%  {color: MediumTurquoise;}
  72%  {color:  LightSalmon;}
  84%  {color: Orchid;}
  96%  {color: white;}



}

.style{
	-webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.style2{
display:flex;
 justify-content: space-between;

}

h1  {text-align : center ; 
    padding : 60px
	background-color:aqua;
    
	                          }

