table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 5px;
  text-align: center;
  border: 2px solid #000000;
}

th {
  background: #11998e;
  color: white;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #000000;
}

.row-header {
  background: #11998e;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  border: 2px solid #000000;
}

.param-col {
  background-color: #e8e8e8;
  font-size: 16px;
  color: #110202;
}

@media (max-width: 768px) {
  body {
    padding: 20px 10px;
  }

  th,
  td {
    padding: 10px 5px;
    font-size: 12px;
  }

  h1 {
    font-size: 20px;
    padding: 20px;
  }
  .row-header {
    background: #11998e;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    border: 2px solid #000000;
  }

  .param-col {
    background-color: #e8e8e8;
    font-size: 12px;
    color: #110202;
  }
}
