@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body{
    background-color: white;
}

a {
    color: inherit; /* Quita el color azul y hereda el color del texto alrededor */
    text-decoration: none; /* Quita el subrayado */
  }
  