.rahmen {
	border: 2.5px solid cyan;
	padding-left: 12px;
}

.drehen {
	transform: rotate(20deg);
}

@font-face {
	font-family: 'Press Start 2P';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		 url('press-start-2p-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('press-start-2p-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
  
body {
	background:url(ascii.jpg);	
	font-family: "Press Start 2P";
}

h1 {
	text-shadow: 2px 2px 5px  #b810e9;
	color:    #e9c810;
	margin-bottom: 0em;
}


.h1-small {
	font-size: 20px;
	text-shadow: 2px 2px 5px #b810e9;
	color: YELLOW;
	margin-bottom: 0em;
}

#klein {
	padding-top: 0px;
	font-family: 'Press Start 2P';
	font-size: 8px;
}

#pad {
	padding-bottom: 0px;
}

h2 {
	margin-bottom: 0em;
	text-shadow: -5px 2px 3px  fuchsia;
}

h3 {
	font-family: 'Press Start 2P', cursive;
	margin-top: 0em;
	margin-bottom: 2em;
}

#schwarz {
	background-color: BLACK;
}

TH {
	color: WHITE;
}

a {
	color: WHITE;
	text-decoration: none;
}

p {
	color: WHITE;
	font-size: 13.5px;
	margin-bottom: -1.2em;
	margin-top: 0em;
}

.dd-size {
	font-size: 13px;
}


