@charset "UTF-8";






*{
    margin: 0;
    padding: 0;
    list-style: none;
    
    }
  
  .centerdiv{
      display: flex;
      height:10vh;
      text-align: center;
      align-items: center;
      justify-content: center;
      background: #1c1c1c;
  }
  
  ul_social{
    display: flex;
  }
  
  li_social{
      height: 100px;
      width: 100px;
      background-color: #1c1c1c;
      border-radius: 50px;
      text-align: center;
      margin: 10px;
      line-height: 50px;
      box-shadow: 1px 4px 4px 2px #E15225;
      
  }
  
  ul_social li_social{
    position: relative;
    display: block;
    color: #666;
    font-size: 30px;
    height: 60px;
    width: 60px;
    background: #171515;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 15px;
    cursor: pointer;
   
   
   
  }
  
  li_social i_social {
      transition: all 0.5s linear;

  }
  
  li_social:hover i_social {
    transform: scale(1.4);
    

  }
  
  /*
  li_social i_social:hover:before{
    filter: blur(3px);
    transform: scale(1.2);
    box-shadow: 0 0 25px #d35400;
  }
  */
  