body {
  background-color: #f6f6f6;
}

.card-custom {
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 20px;
  background: #fff;
}

.header-logo {
  text-align: center;
  margin: 20px 0;
}

.header-logo img {
  max-width: 300px;
}

.titulo-formulario {
  background-color: #007bff;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 5px;
  margin-bottom: 15px;
}

pre {
  background-color: #e9ecef;
  padding: 15px;
  border-radius: 5px;
}
