/* User Provided Stylesheet */

p {
    text-align: justify;
}

.caption {
    text-align: center;
}

div.caption-figure > p {
    text-align: center;
}

img {
   margin-left: auto;
   margin-right: auto;
   text-align:center;
   display:block;
}

.dataframe tbody {
	font-size: 12px;
}
.dataframe thead {
	font-size: 12px;
}

table {
    #margin-left: auto !important;
    #margin-right: auto !important;
    #width: fit-content !important;
    border: 1px solid black;
}

/* Translate "References" heading to Portuguese */
.myst-bibliography-header {
    font-size: 0;
}
.myst-bibliography-header::before {
    content: "Referências";
    font-size: 1.125rem;
    font-weight: 600;
    color: rgb(28, 25, 23);
}
.dark .myst-bibliography-header::before {
    color: white;
}
