﻿

.container1 {
  width:800px;
  height: 600px;
  margin: 16px auto;
  box-shadow: 0 0 40px 30px rgba(0,0,0, .2);




    display: flex;
    justify-content: center;
    align-items: center;

}

img {
  max-width: 100%;
}

.image {
  position: absolute;
  transform-origin: 100% 100%;
}
.text {
  position: absolute;
  top: 10%;
  right: -15%;
  color: black;
  background-color: white;
  padding: 10px 20px;
  font-family: 'Sriracha', cursive;
  letter-spacing: 1px;
  font-size: 20px;
  border-radius: 5px;
}
.button {
  padding: 8px 10px;
  font-size: 32px;
  background: transparent;
  outline: none;
  border: 2px solid black;
  cursor: pointer;
  color: black;    margin: 0 auto;
    width: 160px;
    display: block;margin-bottom: 20px;
}

.image {
  z-index: 0;
}
.image-1 {
  z-index: 2;
}
.image-2 {
  z-index: 1;
}
.image-5 {
  z-index: -1;
}