@font-face {
font-family: 'SpaceGrotesk';
src: url('https://www.dorotheatalhof.de/fonts/SpaceGrotesk-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}




* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0
}

body {
height: auto;
width: 100%;
font:20px 'Space Grotesk', Menlo, Monaco, Consolas, monospace;
font-weight:300;
line-height:120%;
letter-spacing:0.5px;
padding: 10px 0 0 0;
background-color:white;
}

h1 {
font:20px 'Space Grotesk', Menlo, Monaco, Consolas, monospace;
font-weight:300;
line-height:120%;
letter-spacing:0.5px;
}


p {
font:20px 'Space Grotesk', Menlo, Monaco, Consolas, monospace;
font-weight:300;
line-height:120%;
letter-spacing:0.5px;

}

a {
color: #bbbbbb;
text-decoration:none;}

a:hover {
color: #7f7f7f;
text-decoration:none;}

#box {
position: absolute;
width: 400px;
height: 100px;
top: 50%;
left: 50%;
margin-top: -160px;
margin-left: -160px;
}