body {
  background-color: beige;
  background-image: url("images/land-background.jpg");
  font-family: Verdana;
  overflow: hidden;
}

.cart {
  width: 500px;
  height: 500px;
  background-color: #faf3d7;
  border: 10px solid transparent;
  border-image: url(images/lace.png) 27 round;
  border-image-width: 30px;
  background-clip: padding-box;
  z-index: 1;
}

.center {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top:0; left:0; right:0; bottom:0;
  margin: auto;
  z-index: 1;
}

.stamp {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 11.5%;
  margin-right: 20px;
  margin-top: 20px;
}

.big-text {
  position: absolute;
  margin-left: -30px;
  z-index: 6;
  width: 70%;
}

.kiddo {
  position: absolute;
  left: 18%;
  top: 20%;
}

.bl {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.enter {
  width: 23%;
  position: absolute;
  right: 18%;
  bottom: 10%;
  z-index: 10;
  transition: 250ms;
}

.enter:hover {
    transform: translateY(4px);
}