.skype-box{
  height: 70%;
  width: 100%;
  float: right;
  border-radius: 6px;
  border-color: rgb(46, 182, 56);

  text-align: center;
}

.image-skype img{
  width: 60%;
  height: 60%;

}
.skype-infos{
  height: 150px;
  width: 60%;
  border-radius: 6px;
  float: right;
}
.image-pp img{
  width: 30%;
  height: 28%;
  float: left;
  margin-left: 20px;
  border-radius: 100%;


}

.skype-id{
font-size: 28px;
font-weight: bold;
color: #fff;
}
