body {
	background: #121416;
	display: grid;
	place-items: center;
}

* {
	font-family: 'Space Grotesk', sans-serif;
	color: #dae2f1;
	min-width: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Space Mono', monospace;
	font-weight: 200;
}

a {
	color: #dae2f1;
	text-decoration: underline;
	transition: color .2s;
}

a:hover, a:focus {
	color: #2cffff;
}

p {
	line-height: 200%;
}

li {
	margin-top: 1rem;
}

code {
	background: #191b1f;
	border-radius: .3rem;
	padding: 5px;
}

code, code > * {
	font-family: 'JetBrainsMono NF', 'JetBrainsMono', monospace;
}

pre {
	min-width: 0;
	max-width: 100%;
	overflow: auto;
}

#top {
	width: 90%;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#content {
	width: 90%;
	margin-bottom: 1rem;
	margin-left: auto;
}

#footer {
	color: #7c879c;
	width: 90%;
	margin-bottom: 2rem;
}

#top, #content, #footer {
	margin-left: auto;
	margin-right: auto;
}

.title {
	font-size: 2rem;
	margin-bottom: 0;
}

.id {
	font-size: 1.75rem;
	color: #7c879c;
}

.back {
	display: inline-block;
	margin-top: .5rem;
	color: #7c879c;
}

/* Desktop Styles */
@media only screen and (min-width: 1224px) {
	#content, #top, #footer {
		width: 50%;
	}

	.title {
		font-size: 2.5rem;
	}
}
