.alert-warning {
  background-color: #FFF3CD;
  min-width: 40px;
  color: #856404;
  text-align: center;
}

.alert-box {
  min-height: 75px;
  border: 2px solid #ffcf72;
}

.header {
  font-size: 1rem;
}

.add-weight {
  font-weight: 600;
}

.bg-white {
  background-color: white;
}