h5,
p,
button {
  font-family: "Courier New", Courier, monospace !important;
}
.modal-content {
  margin-top: 20vh;
  background-color: yellowgreen;
}

.modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  justify-content: center;
}

h5 {
  font-weight: bold;
}
.modal-body,
.modal-footer {
  border: none;
}

.modal-body {
  text-align: center;
  padding-bottom: 0rem;
}

#modal-inner-text {
  font-size: 18px;
}

.modal-footer {
  justify-content: center;
}

.modal-footer button {
  border: none;
  font-weight: bold;
}

.modal-footer button:hover {
  border: none;
  background-color: yellow;
  box-shadow: 4px 4px #6c757d;
  color: black;
}
