@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

body{
	background-color:rgb(32, 32, 32);
	
}
h1{
	color: rgb(217, 217, 217);
	font-family: "Roboto Mono", monospace;
	font-optical-sizing: auto;
	font-weight: 700;
}
a{
	color: rgb(217, 217, 217);
}
em{
	color: rgb(194, 174, 174);
}
pre{
	color: rgb(111, 103, 103);
	font-family: "Roboto Mono", monospace;
	font-optical-sizing: auto;
}
a:visited{
	color: rgb(210, 197, 197);
	
}