  .shake{
    animation: shake 6.5s ease infinite;
  /* transform-origin: 50% 50%; */

  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  }
  .shake2{
    animation: shake2 6.5s ease infinite;
  /* transform-origin: 50% 50%; */

  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  }
  .shake3{
    animation: shake3 6.5s ease infinite;
  /* transform-origin: 50% 50%; */

  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  }
/* img:hover {
  animation: shake 5.5s ease infinite;
  animation-iteration-count: infinite;
} */

@keyframes shake {
  0% { transform: translate(0px, 0px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(0px, 0px) rotate(0deg); }
}
@keyframes shake2 {
  0% { transform: translate(0px, 0px) rotate(0deg); }
  10% { transform: translate(-5px, -7px) rotate(-1deg); }
  20% { transform: translate(-8px, 0px) rotate(1deg); }
  30% { transform: translate(8px, 7px) rotate(0deg); }
  40% { transform: translate(5px, -5px) rotate(1deg); }
  50% { transform: translate(-5px, 7px) rotate(-1deg); }
  60% { transform: translate(-8px, 5px) rotate(0deg); }
  70% { transform: translate(8px, 5px) rotate(-1deg); }
  80% { transform: translate(-5px, -5px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(0px, 0px) rotate(0deg); }
}
@keyframes shake3 {
  0% { transform: translate(0px, 0px) rotate(0deg); }
  10% { transform: translate(-5px, -2px) rotate(-1deg); }
  20% { transform: translate(8px, 0px) rotate(1deg); }
  30% { transform: translate(-8px, -2px) rotate(0deg); }
  40% { transform: translate(-5px, 5px) rotate(1deg); }
  50% { transform: translate(5px, -7px) rotate(-1deg); }
  60% { transform: translate(8px, -5px) rotate(0deg); }
  70% { transform: translate(-8px, -5px) rotate(-1deg); }
  80% { transform: translate(5px, 5px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(0px, 0px) rotate(0deg); }
}
img {
  position: absolute;
  top: 25px;
  left: 25px;
  /* opacity: 0; */
 }
 img:hover {
  opacity:0;
 }
/* .imgA1 {
  z-index: 1;
}
.imgB1 {
  z-index: 3;
}
.imgC1 {
  z-index: -3;
} */
.shake {
    display:inline-block 
}
.shake2 {
    display:inline-block
}
.shake3 {
    display:inline-block
}
/*  */
.circle {
  background: rgb(255, 0, 0);
  clip-path: circle(50%);
  height: 5px;
  width: 5px;
  opacity: 0.5;
  /* position: absolute; */
}
.circle2 {
  background: rgb(1, 255, 0);
  clip-path: circle(50%);
  height: 5px;
  width: 5px;
  opacity: 0.5;
  /* position: absolute; */
}
.circle3 {
  background: rgb(1, 1, 255);
  clip-path: circle(50%);
  height: 5px;
  width: 5px;
  opacity: 0.5;
    /* position: absolute; */
}

.center{
  position: absolute;
}
/*  */
.neonText {
  color: rgb(255, 255, 255);
  text-shadow:
      0 0 7px #fff,
      0 0 10px #fff,
      0 0 21px #fff,
      0 0 42px rgb(255, 255, 255),
      /* 0 0 82px rgb(0, 0, 0),
      0 0 92px rgb(0, 0, 0),
      0 0 102px rgb(0, 0, 0),
      0 0 151px rgb(0, 0, 0); */
}
/* Additional styling */
body {
  font-size: 18px;
  font-family: "Vibur", sans-serif;
  background-color: #010a01;
}  
h1, h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
h1 {
    font-size: 4.2rem;
}
h2 {
    font-size: 1.8rem;
}
.container {
  margin-top: 0;
  position: relative;
}
body {
  width: 100%;
  min-height: 10vh;

  margin: 0;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: rgb(223, 223, 223);
}

#container {
  perspective: 30px;
}

#inner {
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.2);
  
}

.demo-img {
  /* Photo by David Marcu on Unsplash */
  border: solid white 15px;
 /*  background-image: url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?auto=format&fit=crop&w=1953&q=80"); */
  /* background-image: url(image/1.jpg); */
  background: url('1.jpg');
  content: "11";
  background-size: cover;
  background-repeat: no-repeat;
  
}

#container:hover .demo-overlay {
  opacity: 1;
  background: url('1.jpg');
  border: 0px;
}

#container:hover {
  cursor: pointer;
}

.demo-overlay {
  width: 20em;
  height: 3em;
  padding: 10em 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.4s;
  
}


