body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: linear-gradient(rgb(17, 24, 39), rgb(75, 85, 99));
  font-family: "Righteous", cursive;
}

footer {
  margin-top: auto;
}

.links:hover {
  filter: drop-shadow(0px 0px 10px #000);
}

.hoyFecha {
  box-shadow: 0px 3px 10px 1px #ffffff;
}

.circulo {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
