h1{
    font-size: 2em;
    color: white;
}

h2{
    font-size: 1.9em;
    color: rgb(243, 239, 239);

}
h3{
    font-size: 1.6em;
    color: rgb(243, 239, 239);
}
ul, table{
    
    color: rgb(243, 239, 239);
}


.band h3{
    font-size: 1.5em;
    color: rgb(248, 251, 249); 
}
p{
    color: white;
}

main {
    padding-bottom: 80px; /* Ajusta según la altura real del footer */
}


