body {
  max-width: 650px;
  margin: 40px auto 40px 12%;
  padding: 0 10px;
  font: 18px/1.4 Helvetica, Arial, sans-serif;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  margin: 0 0 10px 0;
}

a {
  color: #0066cc;
}

a:hover {
  color: #004499;
}

.profile {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 10px;
}
