* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #111;
  background: #fff;
  padding: 60px 20px;
}

.container {
  max-width: 600px;
  margin: 0 auto;
}

nav {
  margin-bottom: 50px;
}

nav a {
  color: #111;
  text-decoration: none;
  margin-right: 20px;
}

nav a:hover {
  text-decoration: underline;
}

nav a.name {
  font-weight: 600;
  margin-right: 40px;
}

h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

p {
  margin-bottom: 16px;
}

a {
  color: #444;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

.links {
  margin-bottom: 40px;
}

.links a {
  margin-right: 8px;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 40px 0;
}

h2 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 16px;
}

.experience-item {
  margin-bottom: 16px;
}

.project-item {
  margin-bottom: 16px;
}

.project-links {
  color: #666;
  font-size: 13px;
}

.project-links a {
  color: #444;
}

.essay-item{
  margin-bottom: 16px;
}
.book-item {
  margin-bottom: 16px;
}
.movie-item{
  margin-bottom: 16px;
}

.subtext {
  font-weight: 400;
  font-size: 14px;
  color: #666;
}

.subtext a {
  color: #444;
}

.collapsible {
  margin-top: 8px;
}

.collapsible summary {
  cursor: pointer;
  color: #666;
  font-size: 14px;
  margin-bottom: 14px;
}

.collapsible summary:hover {
  color: #000;
}

.collapsible-content {
  margin-top: 16px;
}

.last-edited {
  margin-top: 60px;
  padding-top: 20px;
  /* border-top: 1px solid #ddd; */
  color: #999;
  font-size: 12px;
  text-align: center;
}
