.tdmacau {
    padding: 8px;
    color: #7cfdc1;
    border: 1px solid #fff;
    /* border: 1px solid rgb(30, 153, 224); */
    border-collapse: collapse;
    font-size: 16px;
    /* background-color: rgba(0, 0, 0, 0.5); */
    background: radial-gradient(ellipse at bottom, #35557a 0%, #090a0f 100%);
    font-weight: 600;
}

body{   
    background-color:black;
}

table{
    border: 2px solid white;
    color: white !important;
    font-weight: bolder;
}

td{
    background: radial-gradient(ellipse at bottom, #35557a 0%, #090a0f 100%);
    color: #7cfdc1 !important;
    text-align: center;
    border: 1px solid white;
}

tr{
    border: 1px solid white;
}

th{
    /* background-color: red !important; */
    background: radial-gradient(ellipse at bottom, #bd891a 0%, #c28706 100%);
    color: white !important;
    text-align: center;
    border: 1px solid white;
}

.bgred{
    background-color: rgb(255, 187, 0) !important;
}

#judul{
    color: white;
    font-weight: 700;
    text-align: center;
    background-color: rgb(255, 187, 0);
}

