.centered-div {
  text-align: center;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.paragraph {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #3498db;
  padding: 20px;
  color: #fff;
  text-align: center;
}

.paragraph {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #3498db;
  padding: 20px;
  color: #fff;
  text-align: center;
}

.paragraph::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 152, 219, 0.7);
}

.blueround {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 128, 185, 0.7);
  /*border-radius: 50%;*/
  /*text-align: center;*/
  /*line-height: 200px;*/
}

.blueround {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}

.sample {
  position: relative;
  z-index: 1;
  /*height: 100%;*/
  /*object-fit: cover;*/
}

.mainicon {
  position: relative;
  overflow: hidden;
}

.mainicon {
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}

.socialicon {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}

.instagramround {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}

.sharebar {
}

.sharebar {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.kk {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

