* {
	font-family: "Helvetica Neue", sans-serif;
}

html {
	background-color: #121212;
	margin: 0px;
	width: 98.5%;
}

header {
	background-color: #333;
	color: white;
	padding: 20px 20px 20px 20px;
	text-align: center;
}

h2 {
	padding: 35px 0px 0px 0px;
	color: white;
}

code {
	font-family: monospace, Menlo, sans-serif;
	color: white;
}

body {
	padding: 0 0 0 15px;
	color: white;
}

a, a:visited, a:active {
	color: #BE7DFF;
	text-decoration: none;
}

a:hover {
	color: #DE9DFF;
}

img {
	border-radius: 16px;
	width: 600px;
	height: 400px;
}

figure {
	margin: 30px 0px 0px 0px;
}

figcaption {
	padding: 5px 0 0 30px;
	font-size: 15px;
	color: white;
}

.structure pre {
	white-space: pre-line;
}

.project-links {
	display: flex;
	gap: 20px;
	justify-content: flex-start;
	align-items: center;
}

.link-block {
	display: block;
	background-color: #1f1f1f;
	color: #BE7DFF;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 0px;
	border-radius: 12px;
	text-align: center;
	text-decoration: none;
}

.link-block:hover {
	background-color: #2c2c2c;
}
