@charset "UTF-8";
/* Color scheme for KIT */
/* 
  Base (light blue from KI icon): #2595cb;
  Dark blue: #0d75bb; 
  lighter blue: #279ED8:
  Turquoise: #1dd8af;
*/
$dark-blue: #0d75bb; 
$lighter-blue: #279ED8;
$turquoise: #40E0D0;
$dark-grey: #333333;
$light-grey: #eeeeee;

#container {
	background-color: light-grey;
	font-size: xx-large;
}
#container #header {
	margin: auto;
	text-align: center;
	color: dark-blue;
	font-size: 36px;
}
#container #bodytext {
	margin: auto;
	text-align: left;
	font-size: xx-large;
}
#container #bodytext p {
	color: #000000;
	padding-top: 5px;
}
#container #table {
	color: dark-blue;
	font-weight: bold;
	font-size: 48px;
}
#container #footer {
	text-align: center;
	color: #ff9f9f;
}
