h1
{
 font-size:60pt;
 font-family:Lucida Console, Courier, monospace;
 font-style:normal;
 font-weight:lighter;
 color:white;
 text-align:center;
}

h2
{
 font-family:Lucida Console, Courier, monospace;
 font-style:oblique;
 color:white;
 font-size:20pt;	
 
}

body
{
 color:white;
 font-size: 20pt;
 font-family:Lucida Console, Courier, monospace;
 
 
 background-image:url("bilder/sterne.jpg");
 background-color:#000003;
 background-position:center;
 background-repeat:no-repeat;
 background-size:cover;
 height:600px;
}


.schwarz
{
 background-color:white;
 color:#000008;
 clip-path: inset(-1% -1% 50% -1%);
 position:fixed; 
 top:20px;
 padding:0px;
 left:50%;
 transform: translateX(-50%);
}

.weiss
{
 color:white;
 position:fixed;
 background-color:#000008;
 clip-path: inset(50% -1% -1% -1%);
 padding:0px;
 top:20px;
 left:50%;
 transform: translateX(-50%);
}

.tabelle
{
 font-size:25pt;
 Text-align:center;
 margin-top:150pt;
}


a
{
color:white;
}
