@font-face {
		  font-family:'Monoton';
		  font-style: normal;
		  font-weight: 400;
		  src: local('Monoton'), local('Monoton-Regular'), url(https://themes.googleusercontent.com/static/fonts/monoton/v4/AKI-lyzyNHXByGHeOcds_w.woff) format('woff');
		}
.headerText a{
			  color:#FF1177;
font-size:60px;
			  font-family:Monoton!important;
			}
			.headerText a:hover{
text-decoration:none;
			  animation: neon1 1.5s ease-in-out infinite; 
			}
@-webkit-keyframes neon1 {
			  from {
			    text-shadow: 0 0 10px #fff,
			               0 0 20px  #fff,
			               0 0 30px  #fff,
			               0 0 40px  #FF1177,
			               0 0 70px  #FF1177,
			               0 0 80px  #FF1177,
			               0 0 100px #FF1177,
			               0 0 150px #FF1177;
			  }
			  to {
			    text-shadow: 0 0 5px #fff,
			               0 0 10px #fff,
			               0 0 15px #fff,
			               0 0 20px #FF1177,
			               0 0 35px #FF1177,
			               0 0 40px #FF1177,
			               0 0 50px #FF1177,
			               0 0 75px #FF1177;
			  }
			}
a.postTitle1:hover{
color:yellow;
font-size:20px;
}
#profile_block a:nth-of-type(1){
color:yellow;
-webkit-animation:flipInX 1s .2s ease both;
}
@-webkit-keyframes flipInX{
		0%{-webkit-transform:perspective(400px) rotateX(90deg);
		opacity:0}
		40%{-webkit-transform:perspective(400px) rotateX(-10deg)}
		70%{-webkit-transform:perspective(400px) rotateX(10deg)}
		100%{-webkit-transform:perspective(400px) rotateX(0deg);
		opacity:1}
		}