#modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.modal.open {
  display: block;
}

.modal h1 {
  margin-top: 0;
}

.modal p {
  margin-bottom: 20px;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #888;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  scale: 1.5;
}

.modal {
  @media (min-width: 961px) {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 10000;
  }
}

.modal-close:hover {
  color: #000000;
  transform: rotate(360deg);
}
.addcake {
  height: 100px;
  width: 100px;
}
.modal h1 {
  font-size: 30px !important;
  margin-bottom: 20px !important;
  text-align: center;
}
.backgroundlist {
  background-image: url("../img/1920x0/7c616fe05b307c9b5d9b7709ab761f90.jpg");
}
