
.modal {
	border:thin solid var(--tangerine);
}
.modal .modal-dialog .modal-content {
	
	color:red;
}

.modal-title {
	color:red;
	background-color:blue;
}

.modal-header {
  background-color: blue;
  color: white;
}