.pop-up {
  padding: 20px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 16px;
  background-color: rgb(43, 54, 71);
  display: flex;
  align-items: center;
  text-align: center;
  gap: 8px;
  color: white;
  font-size: 18px;
}

#arrow-back {
  position: absolute;
  top: 16px;
  left: 16px;
}
