body {
  background-color: #b6cbea;
  font-family: 'Times New Roman', Times, serif;
  justify-content: center;
  padding: 30px;
  text-align: center;
}

h1 {
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    color: #070707;
}

.tablica {
  border-collapse: collapse;
  width: 80%;
  background: rgb(238, 238, 238);
}

.tablica th {
  background: #e0e0e0;
  font-weight: bold;
}

.tablica th, td {
  padding: 10px 14px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}


.tablica td:first-child {
  font-weight: bold;
}

.red {
  color: #ff0000;
  font-weight: bold;
}

.tablica tbody tr:last-child(td) {
  border-bottom: none;
}