body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: #fff;
  position: relative;
}

h1 {
  font-family: 'Fredoka One', cursive;
  color: gray;
  margin: 30px;
  font-size: 50px;
  text-align: center;
}

p {
	font-family: sans-serif;
	color: black;
	text-align: center;
	font-size: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.footer-graphic {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  background-image: url('Bilder/footer.jpg');
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 10%;
  pointer-events: none;
  z-index: 100;
}

.content {
  padding-bottom: 50px;
  text-align: center;
}

.email {
	text-align: right;
	margin-right: 10px;
}




