:root {
--accent: #fe5b2c !important;
--primary: #052c4c !important;
--secondary: #181a1c !important;
--primary-font: Lato, sans-serif;
--secondary-font: Roboto, sans-serif;
}

footer {
  background-color: #FE5B2C;
  color: white;
  padding: 5px 10px; /* Minimal vertical space */
  text-align: center;
  
  font-size: 13px; /* Smaller font for tighter space */
  line-height: 1.2;
}

footer a,
footer a:visited,
footer a:hover,
footer a:active {
  color: white;
  text-decoration: none;
  margin: 0 5px;
  transition: opacity 0.2s ease;
}

footer a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

footer p {
  margin: 0; /* No extra spacing */
}

.ejemplo {
  color: red;
}