body {
  font-family: Arial, sans-serif;
}

.modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.mainPageBackground {
  background-color: lightblue;
}

.editFormBackground {
  background-color: #FFFFE0;
  border: 2px solid black;
}

.modal-content {
  padding: 20px;
  width: 400px;
  max-width: 90%;
  border-radius: 5px;
}

.modal-content h2 {
  margin-top: 0;
}

.modal-content form div {
  margin-bottom: 10px;
}

.modal-content label {
  display: inline-block;
  width: 100px;
}
