.profilepic {
  display: inline-block;
  width: 200px;
  height: 200px;
  background-size: cover;
  border-radius: 50%;
  border: solid #1F6F00;
  background-position: center center;
  object-fit: contain;
  margin-bottom: -50px; 
}

.profilepicdiv {
  padding-top: 10px;
}