body{
    padding:0%;
    margin: 0%;
    overflow: hidden;
}

.imge{
     
    height: 500px;
    width: 800px;
    animation: zoom-in-zoom-out 4s ease-out infinite;   

}
@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.5, 1.5);
    }
    100% {
      transform: scale(1, 1);
    }
  }
@media screen and (max-width: 480px) { .imge {

    height: 20vh;
    width: 30vh;
}
}
@media screen and (max-width: 768px) { .imge {

    height: 20vh;
    width: 30vh;
}
}
@media screen and (max-width: 1024px) { .imge {

    height: 20vh;
    width: 30vh;
}
}

.cen{
    height: 100vh;
    width: auto;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
}
.insta{
  position:absolute;
  display: flex;
  justify-content: space-around;
  left: 48%;
  top: 75%;
}
@media screen and (max-width: 480px) { .insta {
          
  left: 35%;
  top: 85%;
}
}
@media screen and (max-width: 765px) { .insta {
          
  left: 42%;
  top: 85%;
}
}
.imgee{
   margin: 0;
   padding: 0%;
   width: 60px;
   height: 60px;
}
@media screen and (max-width: 480px) { .imgee {
          
      scale: 55%;
}
}
@media screen and (max-width: 768px) { .imgee {
          
  scale: 75%;
}
}

