
  .url--google{
    background-color: #E74B37;
  }
  .url--facebook{
    background-color: #4267b2;
  }
  .url--website{
    background-color: #006633;
  }
  .url--twitter{
    background-color: #55acee;
  }
  .url--instagram{
    background-color: #bc2b8e;
  }
  .url{
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 8px;
    background-position: center;
  }
  .url:hover{
    box-shadow: 0 0 3px;
  }
  .fa-twitter:before,.fa-google:before,.fa-instagram:before,.fa-globe:before{
    font-size: 25px;
    padding: 3px;
    color: #fff;
  }
  .fa-facebook:before{
    font-size: 25px;
    padding: 7px;
    color: #fff;
  }