@import 'https://fonts.googleapis.com/css?family=Monoton';

}
bf {
  font-family: 'Monoton', cursive;
  font-size: 75px;
  margin-left: auto;
  margin-right: auto;
}
bf {
  color: #ff1a1a;
  text-align: center;
  -webkit-animation: h2 0.35s infinite;
  animation: h2 0.35s infinite;
}
@-webkit-keyframes h2 {
    0%   {text-shadow: 0 0 6px #ff1a1a;}
    100%  {text-shadow: 0 0 0px #000;}
