html {
  background: #ffffff;
  color: #2a455d;
}

.estado {
  background-color: rgb(245, 231, 38);
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 20px 20px 20px 20px;
}

table {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #2b2e83;
  border-style: dotted;
  color: #2b2e83;
}

table td,
table th {
  border-width: 2px;
  border-color: #2b2e83;
  border-style: dotted;
  padding: 7px;
}

table thead {
  background-color: #ffdd0e;
}
