div.container {
  margin: 0 auto;
  width: 70%;
  overflow: hidden; 
  padding: 5px;
  line-height: 23pt;
  font-size: 13pt;
  text-align: justify;
}

img.profilepicture {
  float: right;
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
  border: solid black 1px;
}