/* reset and base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Helvetica Neue', 'Inter', sans-serif;
  background-color: #ffffff;
  color: #111111;
  line-height: 1.6;
}

a:link {
  color: #111;
  background-color: rgba(255, 255, 0, 1);
}

a:hover {
  color: #000;
  background-color: rgba(255, 255, 0, .6);
}

li {
  font-family: inherit;
  font-size: 1.2rem;
  color: #555;
  list-style-type: none;
  margin-bottom: 0.5rem;
}

/* content */

.lol {
  max-width: 800px;
  margin: 2rem auto 0;
  text-align: left;
  padding: 1.5rem;
  font-size: 0.75rem;
  color: #afafaf;
  background-color: #fafafa;
  border-radius: 0.4rem;
}

.content {
  max-width: 800px;
  margin: 4.2rem auto 0;
  text-align: left;
  padding: 0 20px;
}

.content h1 {
  font-size: 3rem;
  line-height: 110%;
  font-weight: 700;
  margin-bottom: 1.25rem;
  vertical-align: baseline;
}

.content h2 {
  font-size: 2rem;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 1rem;
}

.content p {
  font-size: 1.2rem;
  color: #555555;
}

.content .date {
  color: #777;
}

/* footer */
footer {
  text-align: left;
  padding: 40px 20px;
  margin: 0 auto;
  max-width: 800px;
  font-size: 0.9rem;
  color: #777;
  font-size: 1rem;
}

/* responsive */
.content p {
  font-size: 1rem;
}

.content h1 {
  font-size: 2.4rem;
}

content h2 {
  font-size: 2rem;
}

li {
  font-size: 1rem;
}

footer {
  font-size: .8rem;
}