/* Style the body */
body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 0;
  }
  
  /* Header/Logo Title */
  .header {
    max-height: max-content;
    padding: 5px;
    text-align: center;
    background: #9219DE;
    color: white;
    font-size: 20px;
  }
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: antiquewhite;
  }
  .a{
    color: antiquewhite;
  }
  /* Page Content */
  .content {
    margin: auto;
    width: 80%;
    padding: 10px;
  
  }
  .column {
    float: left;
    width: 40%;
    margin: 10px;
  }
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  /* Footer*/
  /* Estilo para el pie de página */
footer {
  background-color: #9219DE; 
  color: white; 
  padding: 10px; 
  text-align:left; 
  }

footer p {
  margin: 2; 
  line-height: 2.0; 
}
