<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#questionDiv, #highScoreDiv, #gameOverDiv,#highScoreDiv
{
	display: none;
	font-family: 'Press Start 2P', cursive;
	position:relative;
	z-index: 101;
	padding:5px;
	background: black;
	color: white;
	text-align: center;
	margin:auto;
}
#questionDiv a
{
color:yellow;	
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
	color:white;
	padding-top:1em;
}

#sp1,#sp2,#sp3,#sp4,#sp5,#sp6
{
opacity:0;
}

#score
{
position: absolute;
top:1px;left:1px;	
}

#hiscore
{
position: absolute;
top:1px;right:1px;	
}

#sp2,#sp4,#sp6,#sp8, #score, #hiscore
{
color:white;
font-size:larger;
font-family: 'Press Start 2P', cursive;
}

h1, h1 a
{
font-family: 'Press Start 2P', cursive;
text-decoration:none;
color: white;	
}



.dead
	{
	opacity:0;
	}
#main,#splash
{
background:black;
overflow-x: hidden;
position:relative;
width:90%;
height: 500px;
margin:auto;
border:1px black solid;
display:none;	
}

#cannonCtr
{
position:absolute;
bottom:0px;
width:50px;
}

#bossCtr
{
position:absolute;
top:0px;
height:auto;
}
#baseCtr
{
position:absolute;
top:0px;
height:100%;width:100%;
}

#cannon
{
position:relative;
width:100%;
bottom:0px;
}

#bullet, #alienBullet1, #alienBullet2, #alienBullet3 
{
position:absolute;
top:0;
left:0px;
width:50px;	
display:none;
background:#49fb35;
}
#alienBullet1{background:red;}
#alienBullet2{background:yellow;}
#alienBullet1{background:blue;}

.boss, .saucer
{
position:absolute;
top:0;
left:0px;
}
.saucer
{
top:10px;
display:none;	
}
.boss, .bossSplash, .saucer
{
width:50px;	
}

.baseTile
{
background:red;
width:50px;
height:50px;	
}




</pre></body></html>