.modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-header {
  font-weight: bold;
  color: #4847B5;
  background-color:#ededff;
}

.modal-body {
  height: 80vh;
  overflow-y: scroll;
}

.modal-body > p {
  font-weight: normal;
  color: #2C3E50;
  font-size: 14px;
}