body {
  max-width: 700px;
  margin: auto;
  font-family: Georgia, serif;
  line-height: 1.6;
  padding: 20px;
}

h1 {
  margin-top: 40px;
}

h2 {
  margin-top: 30px;
}

.profile-photo {
  width: 300px;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  border-radius: 6px;
}
