.headimage {width: 650px;
height: 400px;

}

h1 {
  text-align: center;
}

body 	{ background: white; }

h1   	{ font-family: Monospace; font-size:30pt;
	  color:black; font-weight:bold; }

h2   	{ font-family: Monospace; font-size:12pt;
	  color:black; font-weight:bold; }
       
p	{ font-family: Arial, Helvetica, Sans-serif; font-size:10pt;
	  color:black; }

p.alert	{ font-style: italic; color:red;}

table	{ font-family: Arial, Helvetica, Sans-serif; font-size:10pt;
	  color:black; }

select	{ font-family: Arial, Helvetica, Sans-serif; font-size:10pt;
	  font-weight: bold; color:blue; background: lightBlue; }

option	{ font-family: Arial, Helvetica, Sans-serif; font-size:10pt;
	  color:black; background: silver; }
	  
	  
#panel, #flip {
  padding: 3px;
  text-align: center;
  background-color: #ff9100;
  border: solid 3px #9e5a00;
}

#panel {
  padding: 50px;
  display: none;
}

/* This is the code for the Breakout Game's Style found here: https://youtu.be/14Vx2lxuWlI*/

	canvas {
		border : 1px solid;
		margin : 0 auto;
		width : 800px; 
		display : block; 
		margin-top: 50px;
		background-color : #D4E0FF;
	}
	
	
.container{  
text-align: center;  
border: 7px solid red;  
width: 300px;  
height: 200px;  
padding-top: 100px;  
}  
#btn{  
font-size: 25px;  
}  