.modal-title {
  text-align: center;
   font-weight: bold;
  margin: auto;
}
.modal-name {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.modal-price {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.modal-text {
  font-size: 18px;
  text-align: center;

}

#additionalFields{
  display: none;
}