.popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  align-items: center;
  justify-content: center;
}
.move {
  background-color: white;
  border: 2.5px solid black;
  height: fit-content;
  padding: 5px;
  padding-top: 0px;
  text-align: center;
}