/*<link rel="stylesheet" href="/main.css">*/
@import url('https://fonts.googleapis.com/css?family=Comfortaa&display=swap');
@import url('https://fonts.googleapis.com/css?family=Consolas&display=swap');
h1 {
  color:blue;
  font-family:"Comfortaa";
}
h2 {
	color:gold;
  font-family:"Comfortaa";
}
p {
  color:#262626;
  font-weight:bold;
  font-family:"Comfortaa";
}
li  {
  font-weight:bold;
  font-family:"Comfortaa";
}
body {
  margin:30px;
}
a {
  text-decoration:none;
	color:blue
}
thead {
	background-color: lightblue;
}
table {
	border-collapse: collapse;
}
td {
	padding: 5px;
	border: 1px solid blue;
}
.warn {
	color:red;
	font-weight: bold;
	font-family:"Comfortaa";
	background-color: yellow;
	width: 90vw;
	padding-top: 2.5vh;
	padding-bottom: 2.5vh;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size:3vmin;
}
.code {
	font-family: "Consolas";
	background-color: #eee;
	color: black;
	/*margin: 1vmin;*/
	padding: 0.1vmin;
	border-radius: 0.5vmin;
	outline: 0.1vmin solid black;
}