/*  JUST FOR BETTER VIEW */
.content__container{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
}
.share__btn__container{
  border: 2px solid rgb(75,149,225);
  width: 60%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}