@-webkit-keyframes pulse {
  0% {
    background-color: #45CEEF; }
  25% {
    background-color: #FFF5A5; }
  50% {
    background-color: #FFD4DA; }
  75% {
    background-color: #99D2E4; }
  100% {
    background-color: #D8CAB4; } }
@keyframes pulse_fox {
  0% {
    background-color: #45CEEF; }
  25% {
    background-color: #FFF5A5; }
  50% {
    background-color: #FFD4DA; }
  75% {
    background-color: #99D2E4; }
  100% {
    background-color: #D8CAB4; } }
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%; }

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