body {
  max-width: 720px;
  margin: auto;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  font-family: 'Nunito';
}

h1, h2, h3, h4 {
  font-family: 'Nunito';
  color: #820000;
}

.profile-picture {
  display: block;
  height: 150px;
  width: 150px;
  object-position: 0 30%;
  object-fit: cover;
  border-radius: 50%;
}


:link {
  color: #820000;
  text-decoration: none;
}

:visited {
  color: #660000;
}

a:hover{
  text-decoration: underline;
}


ul {
  list-style-type: square;
}

li {
  color: #820000;
}

li p{
  color: #000;
}

small {
  font-weight: 100;
}
