@charset "utf-8";
/* CSS Document */

h2 {
    font-size: 1.5rem;
    color: var(--id200);  
    font-weight: 500;  
}
main a {
    color: var(--negro);
    text-decoration: underline;
    font-weight: 500;
}