﻿@charset "utf-8";
/*CSS-Dokument*/

body {
	background-image: url('../images/background/background6.png');
	width: 90%;
	height: auto;
}

button {
	background-color: #f1c021;
	float: right;
	height: 40px;
	width: 45px;
}

button img {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	width: 30px;
	border: none;
}

h1 {
	color: black;
	font-family: "Comic Sans MS";
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

p {
	color: black;
	font-family: "Source Sans 3";
	text-align: justify;
	padding: 2.5rem 0 7.5rem 2.5rem;
	width: 80%
}