table#lihtne{
    border: 1pt solid black;
    width: 50%;
    height: 200px;
}
table#lihtne td{
    border: 1pt solid black;
    text-align: center;
}
table#lihtne tr:nth-child(1) td:nth-child(1){
    background-color: lightpink;
}
table#lihtne tr:nth-child(1) td:nth-child(2){
    background-color: green;
}
table#lihtne tr:nth-child(2) td:nth-child(1){
    background-color: red;
}
table#lihtne tr:nth-child(2) td:nth-child(2){
    background-color: blue;
}
/*tabel 2*/
table#keeruline1{
    border: 1pt solid black;
    width: 30%;
    height: 200px;
}
table#keeruline1 td{
    border: 1pt solid black;
    text-align: center;
}

/*tabel*/
table#keeruline2{
    border: 1pt solid black;
    width: 30%;
    height: 200px;
}
table#keeruline2 td{
    border: 1pt solid black;
    text-align: center;
}

table#isetoo{
    border: 1pt solid black;
    width: 30%;
    height: 200px;
}
table#isetoo td{
    border: 1pt solid black;
    text-align: center;
}

table#isetoo2{
    border: 1pt solid black;
    width: 30%;
    height: 200px;
}
table#isetoo2 td{
    border: 1pt solid black;
    text-align: center;
}

table#isetoo3{
    border: 1pt solid black;
    width: 20%;
    height: 500px;
}
table#isetoo3 td{
    border: 1pt solid black;
    text-align: center;
}

table#isetoo4{
    border: 1pt solid black;
    width: 25%;
    height: 400px;
    border-collapse: collapse;
}
table#isetoo4 td{
    border: 1pt solid black;
    text-align: center;
}


/*coloring stuff lmao*/
table#isetoo4 tr:nth-child(1) td:nth-child(1){
    background-color: gray;
}

table#isetoo4 tr:nth-child(2) td:nth-child(2){
    background-color: gray;
}

table#isetoo4 tr:nth-child(3) td:nth-child(3){
    background-color: gray;
}

table#isetoo4 tr:nth-child(4) td:nth-child(4){
    background-color: gray;
}

table#isetoo4 tr:nth-child(5) td:nth-child(5){
    background-color: gray;
}

table#isetoo4 tr:nth-child(5) td:nth-child(1){
    background-color: gray;
}

table#isetoo4 tr:nth-child(4) td:nth-child(2){
    background-color: gray;
}

table#isetoo4 tr:nth-child(2) td:nth-child(4){
    background-color: gray;
}

table#isetoo4 tr:nth-child(1) td:nth-child(5){
    background-color: gray;
}