body {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
  text-align: justify;
}

img {
  border-radius: 50%;
  float: left;
  margin: 10px 20px 0 0;
  height: 190px;
  width: auto;
}

a:link, a:active, a:visited, a:hover {
  color: #1565C0;
}

a.notes-link {
  color: #0f4b90;
  font-weight: 600;
}

@media screen and (max-width:552px) {
  body {
    font-size: 14px;
    padding: 5px 10px;
  }

  img {
    align-items: center;
    float: none;
    border-radius: 50%;
    display: flex;
    margin: 20px auto;
    height: 200px;
    width: auto;
  }
}

.container-wrap {
  margin: 0 auto;
  max-width: 652px;
  word-wrap: break-word;
}

.heading {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.8;
  position: relative;
  display: flex;
}