.logo span {
  color: #f59e0b;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
}

h1 {
  font-size: 2em;
  margin: 20px 0;
}

table tr:nth-child(even) {
  background-color: #eef3ff;
}

section {
  margin: 40px 20px;
}

section h2 {
  font-size: 1.5em;
  border-left: 5px solid #3b82f6;
  padding-left: 10px;
  margin-bottom: 20px;
}
