
div {
    background-color: bisque;
    width: 80%;
    margin: auto;

}
table {
    width: 80%;
    margin: auto;
    background-color: aliceblue;

}
#municipio{
    color: red;
}
.blue, h2{
    color: blue;
}
td {
    text-align: center;
}
td, th{
    height: 40px;
}
th{
    font-style: normal;
    font-weight: 700;
    border-bottom: 4px dashed bisque;
}
h2{
    padding-top: 20px;
    text-align: center;
}
body{
    font-family: 'Poppins';
    color: #333;
    background-color: bisque;
}
