/* FacilityReservation.css */
.facility-reservation {
    margin-top: 20px;
  }
  
  .reservation-form {
    position: fixed;
    top: 20%;
    left: 35%;
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px;
    z-index: 1000;
  }
  