* {
    margin: 0;
    padding: 0;
}
.navbar {
    height: 900px;
    background-color: black;
    width: 400px;
    text-align: center;
    border-radius: 40px;
    
}

.navbar {

    transform-origin: 95% 50% 0;
transition: all 0.5s;
border-style: solid;
   border-color: white;
   border-width: 10px;
   border: 1rem solid white;
   box-shadow: 
   0 0 1rem pink,
   inset 0 0 2rem #fff,
   0 0 2rem #3877FF,
   0 0 4rem #3877FF,
   inset 0 0 4rem #3877FF;
   border-radius: 4%;
}
.a1 {

    color:aqua;
   
}
.a1:hover {
    color:black;
    border-radius: 5px;
    cursor: pointer;
    background: linear-gradient(pink,powderblue);
    width: 200px;
    height: 600px;
}

.navbar a {
    text-decoration: none;
}
 .p2 {
    color: pink;
    height: 100px;
}
 .navbar .fa-brands:hover {
  color: aqua;
    height: 17px;
    
} 

.img1 {
     border-radius: 50%;
    transition: all 0.3s ease-in-out;
   /* transform: scale(0.5); */
   border-style: solid;
   border-color: white;
   border-width: 10px;
   /* background-size: 100%; */
   background-repeat: no-repeat;
   border: 1rem solid white;
   box-shadow: 
   0 0 1rem blanchedalmond,
   inset 0 0 2rem #fff,
   0 0 2rem #3877FF,
   0 0 4rem #3877FF,
   inset 0 0 4rem #3877FF;
   /* position: absolute; */
  transform-origin: 95% 50% 0;
  transition: all 0.5s;
}
.rotate-link:hover .img1 {
    /* height: 170px;
   transform: scale(1); */
   transform: rotate(360deg);
    background-image:url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQhmcGBnEZ2gLGEkSGurl770G2gbLGlYpsr1_7zIxhe2rYEHm3Rn_2oxkYMYhDUzlov5UA&usqp=CAU") ; 

}


.div1 {
    transition: all 0.9s ease-in-out;
    background-image: url("https://img.freepik.com/free-vector/abstract-black-lines-geometric-background_677411-2748.jpg?semt=ais_hybrid&w=740");
/* wait */
height: 900px;
transform-origin: 95% 50% 0;
transition: all 0.5s;
border-style: solid;
   border-color: white;
   border-width: 10px;
   border: 1rem solid white;
   box-shadow: 
   0 0 1rem pink,
   inset 0 0 2rem #fff,
   0 0 2rem #3877FF,
   0 0 4rem #3877FF,
   inset 0 0 4rem #3877FF;
   border-radius: 4%;
}
.div1:hover {
    transform: rotate(360deg);
    background-image: url("https://img.freepik.com/free-vector/abstract-blue-light-pipe-speed-zoom-black-background-technology_1142-9980.jpg?semt=ais_hybrid&w=740");
    background-size: cover;
    transform-origin: 95% 50% 0;
transition: all 0.5s;
border-style: solid;
   border-color: blue;
   border-width: 10px;
   border: 1rem solid whitesmoke;
   box-shadow: 
   0 0 1rem black,
   inset 0 0 2rem #fff,
   0 0 2rem #c0d406,
   0 0 4rem #71038d,
   inset 0 0 4rem #3877FF;
   border-radius: 4%;

}
.h11 {
    color: white;
    text-align: center;
   margin-left: 900px;
   font-size: 70px;
   display:flex;
   font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
   letter-spacing: 8px;
}
.h11:hover {
    color: aqua;
    font-family: cursive;
    letter-spacing: 10px;
}
