#lihtne{
    width: 60%;
    border: 1px solid black;
    height: 200px;
    border-collapse: collapse;

}
#lihtne td{
    border: 1px solid black;
    text-align: center;
}
#lihtne tr:nth-child(1) td:nth-child(1){
    background-color: red;
}

#lihtne tr:nth-child(1) td:nth-child(2){
    background-color: rosybrown;
}

#lihtne tr:nth-child(2) td:nth-child(1){
    background-color: mistyrose;
}

#lihtne tr:nth-child(2) td:nth-child(2){
    background-color: lightpink;
}

#keeruline1{
    width: 60%;
    border: 1px solid black;
    height: 200px;
    border-collapse: collapse;

}
#keeruline1 td{
    border: 1px solid black;
    text-align: center;
}

#keeruline2{
    width: 60%;
    border: 1px solid black;
    height: 200px;
    border-collapse: collapse;

}
#keeruline2 td{
    border: 1px solid black;
    text-align: center;
}


#keeruline3{
    width: 60%;
    border: 1px solid black;
    height: 200px;
    border-collapse: collapse;

}
#keeruline3 td{
    border: 1px solid black;
    text-align: center;
}
#keeruline4{
    width:50%;
    border: 1px solid black;
    height: 400px;
    border-collapse: collapse;

}
#keeruline4 td{
    border: 1px solid black;
    text-align: center;
}
#keeruline5{
    width:50%;
    border: 1px solid black;
    height: 400px;
    border-collapse: collapse;

}
#keeruline5 td{
    border: 1px solid black;
    text-align: center;
}
#keeruline5 tr:nth-child(1) td:nth-child(1){
    background-color: red;
}
#keeruline5 tr:nth-child(1) td:nth-child(2){
    background-color: green;
}

#keeruline5 tr:nth-child(1) td:nth-child(3){
    background-color: blue;
}
#keeruline5 tr:nth-child(1) td:nth-child(4){
    background-color: pink;
}
#keeruline5 tr:nth-child(1) td:nth-child(5){
    background-color: yellow;
}
#keeruline5 tr:nth-child(2) td:nth-child(1){
    background-color: orange;
}
#keeruline5 tr:nth-child(2) td:nth-child(2){
    background-color: purple;
}
#keeruline5 tr:nth-child(2) td:nth-child(3){
    background-color: brown;
}
#keeruline5 tr:nth-child(2) td:nth-child(4){
    background-color: lightgreen;
}
#keeruline5 tr:nth-child(3) td:nth-child(1){
    background-color: blanchedalmond;
}
#keeruline5 tr:nth-child(3) td:nth-child(2){
    background-color: lightpink;
}

#keeruline5 tr:nth-child(4) td:nth-child(1){
    background-color: gray;
}
#keeruline5 tr:nth-child(4) td:nth-child(2){
    background-color: lightblue;
}
#keeruline5 tr:nth-child(4) td:nth-child(3){
    background-color: black;
}
#keeruline5 tr:nth-child(4) td:nth-child(4){
    background-color: olivedrab;
}
#keeruline5 tr:nth-child(5) td:nth-child(1){
    background-color: lightcoral;
}
#keeruline5 tr:nth-child(6) td:nth-child(1){
    background-color: yellowgreen;
}