@font-face {
  font-family: "CloisterBlack";
  src: url("CloisterBlack.ttf") format("truetype");
}

body {
  margin: 0;
  width: 1440px;
  height: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("PUMAS23.GIF") repeat center center; /* se repite infinitamente */
  background-size: auto; /* mantiene el tamaño original del GIF */
}

#clock {
  font-size: 150px;
  font-family: "CloisterBlack", cursive;
  color: white; /* base para la mezcla */
  mix-blend-mode: difference;
}
