body {
  font-family: Arial, sans-serif;
  padding: 10px;
}

h1, h2 {
  text-align: center;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
}

th {
  background: #c6e0b4;
}

td, th {
  border: 1px solid black;
  padding: 10px;
  text-align: center;
}

td:first-child {
  background: #f8cbad;
  font-weight: bold;
}

td:last-child {
  background: #f8cbad;
  font-weight: bold;
}

input {
  width: 70px;
  font-size: 18px;
  text-align: center;
}