.result-box {
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  flex: 1;
  margin: 0 5px;
}

.bg-danger {
  background-color: #f8d7da !important;
  color: #721c24 !important;
}

.bg-success {
  background-color: #d4edda !important;
  color: #155724 !important;
}
