table,td, tr{
    width: 800px;
    text-align: center;
    border-collapse: collapse;
}

.main{
background-color: red;
}

.type{
    background-color: yellow;
    font-weight: bolder;
}

.blueBg{
    background-color: aqua;
}

.greenBg{
    background-color: rgb(0, 255, 0);
}