* {
  box-sizing: border-box;
}

html {
  background: #fff;
  color: #111;
}

body {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

.page {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 56px 32px 80px;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 120px;
}

.site-header h1,
.site-header a {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.year {
  margin-bottom: 120px;
}

.year h2 {
  margin: 0 0 32px;

  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.posts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.posts a {
  margin-bottom: 10px;

  font-size: 18px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}



@media (max-width: 600px) {

  .page {
    padding: 32px 22px 56px;
  }

  .site-header {
    margin-bottom: 80px;
  }

  .posts a {
    font-size: 21px;
  }

}
article {
  max-width: 620px;
}

article h2 {
  margin: 0 0 40px;

  font-size: 18px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

article p {
  margin: 0 0 1.5em;
  line-height: 1.6;
}

.post-date {
  margin-bottom: 28px;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
