/*
GIMP Palette
Name: Dino-Rider
Columns: 0
255 255 255	white
235 233 220	light grey
211 215 207	mid grey
128 128 128	dark grey
229 212   2	yellow
167  19   5	dusty red
239  41  41	red
108 100 172	purple
140 180 169	light blue
 28 196 228	vibrant blue
 45  82 100	dark blue
 28  28  18	black
 */
body {
	background-color: white;
}

h1 {
	color: rgb(45,82,100);
}
.title {
	font-size: 200%;
	font-weight: 600;
	color: rgb( 45,  82, 100 );
	text-decoration: none;
	text-align: center;
}