@font-face {
	font-family: 'techfont';
	font-display: swap;
	src: url('ShareTech-Regular.ttf') format('truetype');
}

body { background-color: #050505; font-family: 'Courier New', monospace;}
p { color: #D4AF37; line-height: 1.5em;}

ol,ul { color: white; line-height: 1.5em; font-size: 18px;}

a { font-family: techfont, arial, sans-serif; color: #D4AF37; text-decoration: underline dotted; font-weight: bold;}
a:hover { color: white; text-decoration: none; font-weight: bold;}

h1 {
	color: #D4AF37;
	font-family: techfont, arial, sans-serif;
	text-align: center;
}

h2 {
	color: #D4AF37;
	font-family: techfont, arial, sans-serif;
	text-align: center;
}

h3 {
	color: #D4AF37;
	font-family: techfont, arial, sans-serif;
	text-align: center;
}

/* ---------------------- unter 500 Pixel ---------------------- */
@media screen and (max-width: 500px) {
	
}

/* ---------------------- größer als 500 Pixel ---------------------- */
@media screen and (min-width: 500px) {

}


/* ---------------------- größer als 600 Pixel ---------------------- */
@media screen and (min-width: 600px) {

}

/* ---------------------- größer als 1000 Pixel ---------------------- */
@media screen and (min-width: 1100px) {

}


/* ---------------------- größer als 1500 Pixel ---------------------- */
@media screen and (min-width: 1500px) {

}

/* ---------------------- größer als 2000 Pixel ---------------------- */
@media screen and (min-width: 2000px) {

}