@charset "utf-8";
/* CSS Document für supercross-online.de */

body {
  max-width:60em;
  margin: 1em auto;
  background-color: #ffc400;
}


h1 {
	background-color: orange;
        color: beige;
	padding: 0.5em;
	font-family: sans-serif;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
}

h2 {
	background-color: orange;
        color: beige;
	padding: 0.5em;
	font-family: sans-serif;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
}

h3 {
	
        color: beige;
	padding: 0.5em;
        line-height: 150%;
	font-family: sans-serif;
	font-size: 1em;
}


p {
	color: brown;
        font-family: sans-serif;
	font-size: 1.1em;
}

header {
	height: 5em;
	padding: 0 1em;
	margin-bottom: 1em;
  	display: grid;
  	grid-template-columns: 6em 1fr 1fr;
}

header p:first-of-type{
  font-family: sans-serif;
  font-size: 2em;
  font-weight: bold;
}


header #backlink {
 display:inline-block;
 text-shadow: none; 
 color: transparent;
 background: transparent;
 background-size: contain;
 width: 5em;
 height: 3em;
}

footer {
  	display: grid;
  	grid-template-columns: 1fr 10em;
}

footer > * {
  grid-column: -2 / -1;
}
