html {
  color-scheme: light dark;
}

#pfp {
	position: absolute;
	margin-top: -125px;
	margin-left: 500px;
	width: 225px;
	height: 225px;
	object-fit: cover;
	overflow: hidden;
	border-radius: 50%;
}

.rubik-font {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
	font-family: System UI;
	font-size: 1.25rem;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	align-items: center;
}

li {
	/*margin-bottom: -15px;*/
}

blockquote {
	background-color: #3f3f3f;
	border-radius: 8px;
	padding: 0px 8px;
}

#content {
	margin-top: 100px;
	width: 800px;
}
