@font-face {font-family:"flipped";src:url("PASTORFL.eot?") format("eot"),url("PASTORFL.woff") format("woff"),url("PASTORFL.ttf") format("truetype"),url("PASTORFL.svg#PastorofMuppetsFlipped") format("svg");font-weight:normal;font-style:normal;}
@font-face {font-family:"norm";src:url("PASTOROF.eot?") format("eot"),url("PASTOROF.woff") format("woff"),url("PASTOROF.ttf") format("truetype"),url("PASTOROF.svg#Pastor-ofMuppets") format("svg");font-weight:normal;font-style:normal;}

body {
  background: #fff;
  color: #fff;
  font-size: 2em;
  animation: fade 397s infinite;
}

.text {
  margin-top: 50px; 
  text-align: center;
}

.norm {
  font-family: 'norm';
  font-size: 5em;
} 

.flipped {
  font-family: 'flipped';
  
}

iframe {
  opacity: 0;
}

@keyframes fade {
  0%   { background: #fff; }
  100% { background: #000; }
}
