#modalButton {
  position: sticky;
  bottom: 10px;
}

#modalButton:hover {
  transform: scale(1.1);
}

