body {
  background: #006dff;
}

.card {
  border-radius: 16px;
  background-color: #09114a;
}

.result-box {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 20px;
}

.info-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.info-label {
  font-size: 0.9rem;
  color: #6c757d;
}

.info-value {
  font-size: 1rem;
  font-weight: 600;
  color: #212529;
}

.form-label {
    color: white;
}

.search-btn{
    background-color: #ff9800;
    border-color: #ff9800;
    font-weight: 700;
}