body {
	font-family: "IBM Plex Sans Condensed", sans-serif;
	background-color: #f3f5fa;
}

a {
	color: rgba(26, 26, 26, 0.5);
	text-decoration: none;
}

.subtitle a {
	color: #648acb;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}


.container {
	max-width: 700px;
	padding: 1rem;
	margin: 0 auto;
}

.title {
	font-family: "Ubuntu Mono", serif;
	font-weight: 700;
}

.title+.subtitle {
	margin-top: -1rem;
}

.pfp-div {
	float: right;
}

.pfp {
	border-radius: 50%;
	box-sizing: border-box;
	padding: 5px;
	background: white;
}

button {
	box-sizing: border-box;
	border: 1px solid #141a3b40;
	box-shadow: inset 0 -1px 5px #141a3b40;
	padding: 0.25rem 0.75rem;
	border-radius: 5px;
	font-family: "IBM Plex Sans Condensed", sans-serif;
	background: #446a9b;
	color: white;
	font-weight: medium;
	transition: 0.1s background ease, 0.1s box-shadow ease, 0.1s border ease;
	margin-top: 0.5rem;
}

button:active,
button:hover {
	border: 1px solid #446a9b40;
	box-shadow: inset 0 -1px 5px #446a9b40;
	background-color: #648acb;
}

h1,
h2,
h3 {
	font-weight: 400;
}