.description{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pictureContainer{
  padding-top: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 0px;
}

.profilePic{
  width: 120px;
  height: 120px;
  border-radius: 60px;
  object-fit: cover;
  z-index: 1;
}
.paragraph{
  padding: 0 10px;
  padding-top: 0px;
  font-family: Arial;
  width: 100%;
  max-width: 650px;
  line-height: 25px;
  text-align: center;
  box-sizing: border-box;
}
