:root {
	font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body {
	display: flex;
	justify-content: center;
	background-color: black;
}

h1 {
	font-size: 4rem;
	margin: 0.25rem;
	color: #3535e6;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

h3 {
	color: #3535e6
}

h4 {
	color: #ccc
}

p {
	margin: 0.25rem;
	font-size: 1.25em;
	color: #ccc;
}

pre {
	color: #bbb;
}

a {
	text-decoration: none;
	text-decoration: underline;
	color: #5a5ae1;
}

a:hover {
	transition: .5s;
	text-shadow: -1px -1px 1px darkgrey;
	color: #5a5ae1;
}

hr {
	width: 100%;
	margin: 1em 0;
}

iframe {
	width: 100%;
}

.big-link {
	font-size: 1.5em;
}

.container {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1024px;
	padding: 1em;
}

.spacer {
	height: 8vh;
}
