﻿/* CSS-Stylesheet: root
	copyright 2023 kopfhochstudio.org
*/

/* @import url(//fonts.googleapis.com/css?family=Oswald); */

html {
	background-size: cover;
	background-color: #000000;
}

html, body {
    margin: 0;
    padding: 0;
}

h1 {
	margin-top: 0px;
}

h2 {
	padding: 0px 0px 10px 0px;
}

p	{
	line-height: 1.5em; 
}

#wrapper {
	font-family: 'Arial narrow', 'Helvetica', sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	width: 630px;
	margin-left: -315px;
	position: relative;
	left: 50%;
	top: 120px;
	color: #fff;
}

.button {
	border: 2px solid white;
	margin: 40px 20px 20px 20px;
	padding: 10px 40px 10px 40px;
}

img {
	margin-bottom: 0px;
}

a 		    { color: #fff; }
a:link		{ color: #fff; text-decoration: none; }
a:visited	{ color: #fff; text-decoration: none; }
a:active	{ color: #ddd; text-decoration: none; }
a:hover     { color: #ff0000; text-decoration: none; }
a img 		{ border: none;}
