﻿@charset "utf-8";
/*CSS-Dokument*/

#head {
	background-color: #545454;
}

h1 {
	font-family: "Comic Sans MS";
	font-size: 1.5rem;
	font-weight: bold;
	padding: 1.5rem 0 2rem 0;
	text-align: center;
}