body{

	background-color: black;
	color: white;
}

h1{

	font-size:60px;
	font-style: italic;
}


a:link {
  color: green;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: green;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: lightgreen;
}

/* selected link */
a:active {
  color: green;
}


#creator{
	
	position:absolute;
	top:100px;
	right:47px;
	
	font-size: 30px;
	font-style: italic;

}


#date{
	top: 140px;
	right: 47px;
	text-align: end;

}


#menu{
	display: flex;

	flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 15px;

	position: absolute;
	top: 170px;
	left: 18px;

	height:210px;
	width:123px;

	font-size: 20px;
	border-right: solid;

	border-width: 1px;

}



#compileorders{

	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: start;
	margin-top:15px;


}

#dwnlinks{

	width:400px ;
	height:225px ;

}


#addprog{


}



#linux{


	width: 385px;
	height:315px ;
}


#mac{

	width: 475px;
	height:300px ;
}


#windows{

	width: 475px;
	height:300px ;

}


.bereich{

	position: absolute;
	top: 175px;
	left: 180px;

}