body {
  background-color: white;
  padding: 20px;
}

.section-title {
  font-weight: bold;
  margin-top: 20px;
  font-size: 1.2rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.check-button {
  margin: 6px 0;
  width: 100%;
  text-align: left;
}


.warning {
  color: red;
  font-family: sans-serif;
  font-size: 16pt;
  font-weight: bold;
}