﻿@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100;8..144,400;8..144,800&display=swap');

html {
	background: #212121;
	color: #dadada;
	font-family: 'Roboto Flex', sans-serif;
	font-weight: 100;
}

.Header { height: 100px; }

.Header img {
	height: 80px;
	margin: 10px;
	position: absolute;
}

.Header p {
	position: absolute;
	top: 5px;
	left: 200px;
	font-weight: 600;
	font-size: 2rem;
}

.SystemInfo { }

.SystemInfo td {
	padding: 0.25rem;
	font-weight: 100;
}