.profile-pic {
  width: 200px;
  max-height: 200px;
  display: inline-block;
}

.file-upload {
  display: none !important;
}
.circle {
  border-radius: 100% !important;
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin-left: 0px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.img {
  max-width: 100%;
  height: auto;
}
.p-image {
  position: relative;
  top: -28px;
  left: 112px;
  color: #666666;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.p-image:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.upload-button {
  font-size: 1.2em;
}

.upload-button:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #999;
}
