.floating-nav{

     background: #633194;
    padding: 5px;
    width: 65px;
    /* height: 280px; */
    z-index: 100;
    position: fixed;
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0.1, 0.1, 0.1, 0.4);
    transition: 0.3s;
    /* border:1px solid blue; */
    border-radius: 0px 20px 20px 0px ;
    padding-top: 25px;
   cursor: pointer;
  }
  
  .imgs{
    justify-content: center;
    padding-left: 190px;
    
  }