table#lihtne{
    border: 1pt solid black;
    width: 50%;
    height: 200px;
    border-collapse: collapse;
}
table#lihtne td{
    border: 1pt solid black;
    text-align: center;
}
table#lihtne tr:nth-child(1) td:nth-child(1){
    background-color: lightcoral;
}
table#lihtne tr:nth-child(1) td:nth-child(2){
    background-color: coral;
}
table#lihtne tr:nth-child(2) td:nth-child(1){
    background-color: peachpuff;
}
table#lihtne tr:nth-child(2) td:nth-child(2){
    background-color: lightsalmon;
}
/**************keeruline 1 ************/
table#keeruline1{
    border: 1pt solid black;
    width: 30%;
    height: 200px;
    border-collapse: collapse;
}
table#keeruline1 td{
    border: 1pt solid black;
    text-align: center;
}
/**************keeruline 2 ************/
table#keeruline2{
    border: 1pt solid black;
    width: 30%;
    height: 200px;
    border-collapse: collapse;
}
table#keeruline2 td{
    border: 1pt solid black;
    text-align: center;
}
/**************oma tabel ************/
table#omatabel{
    border: 1pt solid black;
    width: 30%;
    height: 200px;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
table#keeruline2 td{
    border: 1pt solid black;
    text-align: center;
}
table#esimene {
    border: 1pt solid black;
    border-collapse: collapse;
    table-layout: fixed;
    width: 400px;
    height: 400px;
    text-align: center;
}
table#esimene td {
    border: 1pt solid black;
}
