@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}
body {
  background: #000;
  -webkit-font-smoothing: antialiased;
}
a {
	color: inherit;
}
a:hover {
	text-decoration: underline;
}
#content {
	max-width: 512px;
	margin: 0 auto;
	padding: 64px 24px;
}
.section {
	padding-bottom: 48px;
	margin-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.section:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.me {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	margin-bottom: 12px;
}
h1 {
	font-weight: 600;
	font-size: 24px;
	color: #FFFFFF;
	margin-bottom: 12px;
}
h2 {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 16px;
}
.link {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	margin-right: 12px;
}
.links .link {
	margin-right: 0;
	display: block;
	margin-bottom: 16px;
}
h6 {
	font-weight: 600;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.64);
	margin-bottom: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	margin-bottom: 6px;
}
p {
	font-size: 18px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.8);
}
ul li {
	margin-bottom: 32px;
}
ul li:last-of-type {
	margin-bottom: 0;
}