:root {
  --text-width: 60rem;
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;

  font-size: 1.1rem;
  line-height: 1.6;

  color: rgba(0, 0, 0, 0.87);

  background: #FFFFFF;

  margin: 5rem 5rem 0 7rem;
  max-width: var(--text-width);
}

h1, h2, h3, h4 {
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

a:link, a:visited {
  text-decoration: none;
  font-weight: 500;
}

a:hover, a:active {
  text-decoration: underline;
}

li {
  list-style-type: '… ';
}  

li + li {
  margin-top: 10px;
}

.title {
  font-size: 4rem;
}

.blurb {
  font-size: 1.4rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 3rem;
}

.bye {
  margin-top: 3rem;
}

#links {
  position: absolute;
  top: 1em;
  right: 1em; 
}

#links a img {
  width: 30px;
  opacity: 0.75;
  margin: 0 0 0 16px;
}


