@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap');

* {
	color: #7c1523;
	font-family: "IBM Plex Mono", monospace;
	font-weight: 400;
	font-style: normal;
}

body {
	background-color: #161616;
}

.header {
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #121212;
}

.header_element
{
	line-height: 4pc;
}

a {
	color: #a10b1f;
}