*{
    margin: 0;
}
table{
    width: 100%;
    height: 98vh;
}
#linha1{
    height: 180px;
}
#linha2{
    height: 200px;
}
#linha3{
    height: 230px;
}
#linha4{
    height: 80px;
}
#linha5{
    height: 80px;
}
#linha6{
    height: 175px;
}

.td1{
    width: 20%;
    text-align: right;
    background-color: rgb(149 32 8);
}
.td2{
    width: 80%;
    background-color: rgb(241, 127, 75);
}
.td3{
    width: 17%;
    background-color: rgb(193, 92, 236);
}
.td4{
    width: 23%;
    vertical-align: top;
    text-align: center;
    background-color: rgb(151, 102, 150);
}
.td5{
    width: 18%;
    background-color: rgb(254 210 0);
    
}
.td6{
    width: 15%;
    background-color: rgb(151, 102, 150);
}
.td7{
    width: 7%;
    background-color: rgb(125 11 172);
}
.td8{
    width: 15%;
    text-align: center;
    font-size: 20px;
    padding: 15px;
    text-align: justify;
    background-color: rgb(149 32 7);
}
.td9{
    width: 17%;
    text-align: center;
    background-color: rgb(169 33 9);
}
.td10{
    background-color: rgb(233, 103, 70);
}
.td11{
    background-color: rgb(202, 112, 69);
}
.td12{
    background-color: rgb(197, 50, 13);
}


