#speedbumpModal .modal-content {
  background-color: white;
  border-radius: 10px;
  padding: 10px;
}

#speedbumpModal .modal-header {
  color: #fff;
  justify-content: center;
}

#speedbumpModal h5.modal-title {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

#speedbumpModal .modal-body {
  font-size: 1rem;
  text-align: center;
}

#speedbumpModal .modal-footer {
  justify-content: space-around;
}