.md-footer-powered-by {
    padding: .4rem 0;
    color: var(--md-default-bg-color--lighter);
    font-size: .64rem;
}

.md-footer-copyright {
    text-align: center
}


.md-grid {
    max-width: initial;
}

.md-typeset h1 {
    /* color: black; */
    font-weight: bold; 
}

.md-footer-copyright h1 {
    color: white;
    font-weight: bold; 
}

p {
    text-align: justify;
}

.md-typeset__table {
    min-width: 100%;
 }
 
 .md-typeset table:not([class]) {
     display: table;
 }


