.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: linear-gradient(to bottom, #ff0000 0%, #af0000 100%);
    font-weight: 600;
}

body{
    background-color:black;
}

table{
    border: 2px solid white;
    color: white !important;
    font-weight: bolder;
}

td{
    background: linear-gradient(to bottom, #ff0000 0%, #af0000 100%);
    color: #ffffff !important;
    text-align: center;
    border: 2px solid #ffd100;
}

tr{
    border: 2px solid gold;
}

th{
    /* background-color: red !important; */
    background: linear-gradient(to bottom, #ff0000 0%, #af0000 100%);
    color: white !important;
    text-align: center;
    border: 2px solid gold;
}

.bgred{
    background-color: red !important;
}

#judul{
    color: white;
    font-weight: 700;
    text-align: center;
    background-color: red;
}
