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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #9b9c9d;
  line-height: 1.6;
  background: #0a0a0a;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #9b9c9d;
  /* text-decoration: none; */
  transition: color 0.2s ease;
}

a:hover {
  color: #fff;
}

a:hover svg path {
  fill: #fff;
}

svg {
  vertical-align: middle;
}

svg path {
  fill: #9b9c9d;
  transition: fill 0.2s ease;
}

.wrapper {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 20px;
}

header {
  margin: 120px 0 60px;
  text-align: center;
}

h1 {
  font-size: 42px;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  color: #fff;
}

h2 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
}

/* .social,
.lang {
  font-size: 15px;
  margin-top: 15px;
  opacity: 0.8;
} */

.social a {
  margin: 0 8px;
}

.social a:first-child {
  margin-left: 0;
}

.social a:last-child {
  margin-right: 0;
}

article {
  margin: 60px 0;
  /* font-size: 18px; */
}

/* .content {
  max-width: 540px;
  margin: 0 auto;
} */

.about {
  /* font-size: 18px; */
  /* line-height: 1.7; */
  margin-bottom: 30px;
}

ul.founder {
  list-style: none;
  padding-left: 1.2em;
  margin: 0.5em 0;
}

ul.founder li {
  position: relative;
  margin-bottom: 0.3em;
}

ul.founder li::before {
  content: "•";
  position: absolute;
  left: -1em;
  color: #9b9c9d;
}

footer {
  margin: 80px 0 40px;
  font-size: 13px;
  opacity: 0.6;
}

/* @media (max-width: 600px) {
  header {
    margin: 80px 0 40px;
  }

  h1 {
    font-size: 36px;
  }

  .about {
    font-size: 16px;
  }
} */
