/*
Palette
- Taupe gray #9A8F97
- Silver #C3BABA
- Platinum #E9E3E6
- Silver 2 #B2B2B2
- Dim gray #736F72
*/



body {
	background-color: #E9E3E6;
	font-family: "JetBrains Mono", monospace;
	
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left center;

}

h1 {
	color: #736F72;
}

a {
}