* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f7f7f7;
  padding: 20px;
}

h3 {
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: bold;
}

table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
}

table th,
table td {
  border: 2px solid #ccc;
  padding: 12px;
  text-align: center;
}

th[scope="row"] {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

thead th img {
  display: block;
  margin: 0 auto 6px;
  height: 38px;
}

.highlight-col {
  background-color: #c6df72;
  font-weight: bold;
}
