body {
	
  mix-blend-mode: hard-light;
/*  mix-blend-mode: difference; */

animation: colorchange 88s ;
-webkit-animation: colorchange 88s; 
-moz-animation: colorchange 88s; 
text-rendering: geometricPrecision;
margin:4%;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 600;
font-size:3.2em;
text-transform: none;
line-height: 1.1;
cursor:default;
letter-spacing: -1px;
}


a:link 						{font-size:90%; color: inherit; text-decoration:none;} 

a:visited,a:active,a:hover	{color: inherit; text-decoration:overline;}

@media (min-width: 0px) and (max-width: 420px){

body {margin:9%;font-size:2em;line-height: 1.1; letter-spacing: -2px;}}

@media (min-width: 421px) and (max-width: 1234px){body {margin:6% 0 0 7%;font-size:3em;}}

@media (min-width: 2345px){body {font-size:4em;}}

@media (min-width: 3456px){body {font-size:6em;}}



