@font-face {
  font-family: salt;
  src: url(comic.ttf);
  color:white;
}

H1 {
  font-family: salt;
  font-size: 30px;
  color:white;
}
H2 {
  font-family: salt;
  font-size: 60px;
  color:white;
}
H3 {
  font-family: salt;
  font-size: 50px;
  color:white;
}
H4 {
  font-family: salt;
  font-size: 40px;
  color:white;
}
H5 {
  font-family: salt;
  font-size: 30px;
  color:white;
}
H6 {
  font-family: salt;
  font-size: 20px;
  color:white;
}
P {
  font-family: salt;
  font-size: 20px;
  color:white;
}
body {

}
@keyframes ohshit {
  0%   {background-color: blue;}
  20%  {background-color: green;}
  40%  {background-color: yellow;}
  60% {background-color: terra cotta;}
  80% {background-color: cyan;}
  100% {background-color: blue;}
  animation-duration: infinite;
}