body {
  font-family: sans-serif;
  background: #f9f9f9;
  padding: 20px;
}
.toolbar {
  margin-bottom: 20px;
}
.modal {
  position: fixed;
  top: 10%;
  left: 30%;
  background: white;
  border: 1px solid #ccc;
  padding: 20px;
  z-index: 1000;
}
.modal.hidden {
  display: none;
}
.modal-footer {
  margin-top: 15px;
}
.home-btn {
  margin-right: 10px;
}
label {
  margin-right: 10px;
}
