#add-event-modal {
    width: 40%;
  }
  
  #add-event-modal input[type="text"] {
    margin-bottom: 20px;
  }
  
  #add-event-modal .modal-footer {
    display: flex;
    justify-content: space-between;
  }
  
  #add-event-modal .modal-footer a {
    margin: 0;
  }
  