@charset "utf-8";
/* CSS Document */

body {
	font-family: 'de-walpergens-pica', serif;
	color: white;

}
h1 {
	font-size: 40px;
	font-family: 'de-walpergens-pica', serif;
	color: white;
}
h2 {
	font-size: 30px;
	font-family: 'de-walpergens-pica', serif;
	color: white;
}
h4 {
	font-size: 24px;
	font-family: 'de-walpergens-pica', serif;
	color: white;
}

/* unvisited link */
a:link {
	color: white;
	text-decoration: none;
}
/* visited link */
a:visited {
	color: white;
	text-decoration: none;
}
/* mouse over link */
a:hover {
	color: white;
	text-decoration: none;
}
/* selected link */
a:active {
	color: white;
	text-decoration: none;
}
p {
	font-size: 20px;
	font-family: 'de-walpergens-pica', serif;
	color: white;
}
a {
	color: white;
	font-size: 20px;
	font-style: italic;
}
 div {
width:100%;
}
.footer {
	width:100%;
	padding:30px 0;
	text-align:center;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
<style>
.button {
  background-color: #666;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 26px;
  margin: 4px 2px;
  cursor: pointer;
}
</style>
