body {
  font-family: 'Poppins';
  background-color: #e6e6e7;
}

input {
  font-family: 'Noto Sans TC';
  border-color: #6c757d !important;
  border-radius: 0%;
}

input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.form-control {
  border-color: #6c757d !important;
}

.btn-outline-secondary {
  --bs-btn-color: #000000;
  border-color: #6c757d !important;
}

.alert {
  font-size: 1.4rem;
  font-weight: 600;
}

.input {
  min-height: calc(1.5em + .5rem + calc(1px * 2));
  padding: .25rem .5rem;
  font-size: .875rem;
  border: solid 1px;
  width: calc(100% - 4px);
}

.title {
  color: #931212;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
  margin-top: 80px;
}

.btn-certificado {
  border: none;
  background-color: #931212;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.1rem;
  padding: 8px 12px;
}

.btn-certificado:hover {
  border: none;
  background-color: #1e1e1e;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.1rem;
}

.nome {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.cpf {
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 0.9rem;
}

.dados {
  font-size: 0.8rem;
  line-height: 0.8rem;
  word-wrap: break-word;
}

.lista {
  font-size: 0.85rem;
  display: block;
  text-decoration: none;
  color: #2b2a6b;
  line-height: 1.5rem;
}

.lista:hover {
  text-decoration: underline;
  color: #339bdd;
}

.footer {
  position: absolute;
  bottom: 50px;
  width: calc(100% - 100px);
  left: 50px;
}