@-webkit-keyframes pulse {
  0% {
    background-color: #0000aa; }
  25% {
    background-color: #3300aa; }
  50% {
    background-color: #0033aa; }
  75% {
    background-color: #3333aa; }
  100% {
    background-color: #2266bb; } }
@keyframes pulse_fox {
  0% {
    background-color: #0000aa; }
  25% {
    background-color: #3300aa; }
  50% {
    background-color: #0033aa; }
  75% {
    background-color: #3333aa; }
  100% {
    background-color: #2266bb; } }
body {
  background-color: #000;
  -webkit-animation: pulse 10s infinite alternate;
  animation: pulse_fox 10s infinite alternate; }

.absoluteCenter {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 75%;
  max-width: 75%; }
  
#Ezrivius {
  font-size: 6em;
  color: #000352;
  text-align: center;
  text-shadow: 4px 3px 3px #2234A8;
}

/*# sourceMappingURL=styles.css.map */
