body {
    background-color: #efefef;
  }
  
  .profile-pic {
      max-width: 100%;
      max-height: 100%;
      display: block;
  }
  
  .file-upload {
      display: none;
  }
  .circles {
      border-radius: 1000px !important;
      overflow: hidden;
      width: 150px;
      height: 150px;
      border: 8px solid rgba(255, 255, 255, 0.7);
      position: relative;
      left:36px
  }
  .circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 150px;
    height: 150px;
    border: 8px solid dimgray;
    position: relative;
      left:36px;
}
  .up {
    margin-top: 76px;
}
.down{
    margin-bottom: 124px;
}
.gape{
    text-align: center;
}
#file {
  display: none;
}
  .p-image {
    position: relative;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  }
  .p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    cursor: pointer;
  }
  .upload-button {
    font-size: 2.2em;
    margin-left: 147px;
  }
  .upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
    cursor: pointer;
  }
  .btn-style {
    margin-left: 16px;
  }
  .text-message {
      text-align: center;
  }
  .text-mess {
    float: right;
    width: 75%;
  }
  .notisfication {
    margin-top: -65px;
  }
  .whoo {
    margin-left: 86px;
  }
  .link-style{
      margin-top: 5px;
      padding: 8px;
  }
.link-div{
    margin-top: 20px;
}