


 th, td {
    border: 3px solid black;
    border-style: solid;
    size: 150px;
    border-spacing: 10px;
  }
  
  table {
    border: 3px dotted blue;
    border-spacing: 0;
    border-spacing: 10px;
    
  }

  .rinda1{
    width: 1000px;
    height: 100px;
    
    background-color: green;
    text-align: center;
    color: white;
    font-size: 40px;
  }

  .idk {
    width: 90px;
    background-color: rgb(0, 166, 255);
    text-align: center;
    color: pink;
  }

.nepara {
    color: pink;
    background-color: blue;
    text-align: center;
}

.para {
    color: white;
    background-color: green;
    text-align: center;
}

.ned {
    background-color: rgb(6, 239, 6);
    color: rgb(251, 120, 142);
    text-align: center;
}

.brivdiena {
    background-color: yellow;
}
