@font-face {
	font-family: 'Firamono';
	font-style: normal;
  font-weight: normal;
  src: url('https://mkdc.cc/fonts/FiraMono-Regular.ttf');
}
body {
  background-color: rgb(229, 17, 17);
  color: white;
  font-family: FiraMono, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  padding: 1rem;
}

a {
	color: #FFFFFF;
}



#copy {
	font-family: serif;
}

.row {
	background-color: #3D2C2C;
}

.logo {
  width: 18px;
}

.table {
  border: 2pt solid #3D2C2C;
  border-collapse: collapse;
  table-layout: fixed;
}

.table tr, .table th, .table td {
  border: 1.5pt solid #524f67;
  text-align: center;
  padding: 4pt;
  width: 18px;
}

.services {
  text-align: right !important;
}

.highlight-invert {
  color: red;
  background-color: rgb(255, 255, 255);
  padding: 0.1em 0.25em;
}
