/* CLOCK */

.clock {
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 1.2em;
  color: var(--color-primario);
  padding: 1em;
}