body {
  color: #333;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  background-color: #ffffff;
  margin: 24px 12px;
}

a {
  color: #1772d0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f09228;
  text-decoration: none;
}

p { margin: 0 0 12px 0; }

.name {
  font-family: 'Georgia', serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 0 14px 0;
}

heading {
  font-family: 'Georgia', serif;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid #e2e6ea;
  display: block;
  padding-bottom: 4px;
}

papertitle {
  font-size: 16px;
  font-weight: 700;
  color: #2c2c2c;
}

.thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #eef2f7, #dfe6ee);
  color: #5b6b7d;
  font-family: 'Georgia', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  box-shadow: inset 0 0 0 1px #d6dde5;
}

ul { margin: 0; padding-left: 20px; }
li { margin-bottom: 8px; }

.projects li { margin-bottom: 14px; }
.stack {
  font-style: italic;
  color: #6a7480;
  font-size: 13px;
}

@media (max-width: 620px) {
  .name { font-size: 26px; }
}
