@font-face {
  font-family: 'Roboto';
  src: url('https://fonts.smp-it-media.de/font-roboto.css');
}

@font-face {
  font-family: 'Oswald';
  src: url('https://fonts.smp-it-media.de/font-oswald.css');
}

body { 
	font-family: Roboto, Helvetica, sans-serif;
	margin: 0 0 0 0;
}
	
h1 {
	font-family: Oswald, Helvetica, sans-serif;
	font-size: x-large;
}

h2 {
	font-family: Oswald, Helvetica, sans-serif;             
	font-size: large;
}

header {
	margin-bottom: 6vh;
	font-family: 'Droid Serif', serif;
	font-size: x-large;
}

section {
	padding-bottom: 3em;
}

section:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #424242;
}

article {
	margin: 1vh 1em 1vh 1em;
}

footer {
	font-size: smaller;
	margin-top: 6vh;
	text-align: center;
}

a {
	color: #2163b0;
}
