h1 {
  color: blue;
  text-align: center;
}
h3 {
  color: red;
  text-align: center;
}
.green {
  color: green;
  font-weight: bold;
}
.red {
  color: red;
  font-weight: bold;
}
.blue {
  color: blue;
  font-weight: bold;
}
.copyright {
  font-size: small;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.title {
  background-color: #e0e0e0;
}
.item {
  background-color: #f0f0f0;
}
.item1 {
  width: 8em;
  max-width: 100%;
}
.item2 {
  width: 22em;
  max-width: 100%;
}
.error_list {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  color: #ff2e5a;
  font-size: 86%;
  text-align: left;
  width: 40%;
  border: 1px solid #ff2e5a;
  border-radius: 5px;
}