* {
  margin: 0;
  padding: 0;
}

.footer-absolute {
  position: relative;
  width: 100%;
  margin-top: 1px; /* Adiciona 30px de margem no top */
}

.footer {
  background: linear-gradient(230deg, rgba(2,0,36,0.8) 0%, rgba(9, 41, 121, 0.8) 42%, rgba(0,212,255,0.8) 100%), 
              linear-gradient(to bottom right, rgba(0,192,255,0.8), rgba(66,24,184,0.8));
  color: #fff;
  padding: 8px 0;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 12px;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px; /* Ajuste a altura conforme necessário */
}

.footer-links p {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.footer-links p span {
  font-weight: bold;
}
