body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  max-width: 860px;
  margin: 44px auto;
  padding: 0 18px;
  line-height: 1.55;
}

.nav{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.nav a{
  text-decoration: none;
}

h1{ margin-top: 0; }

.muted{ color:#555; }

.home{
  display: flex;
  gap: 28px;
  align-items: flex-start;
}

.home .left{
  flex: 1;
  min-width: 280px;
}

.home .right{
  width: 240px;
}

.headshot{
  width: 100%;
  height: auto;
  border-radius: 14px;
}
