
h1{
	color:white;
	font-size:30px;
	font-weight:bold;
}

h2{
	font-weight:bold;
	color:white;
	font-size:30px;
}


  
	
}


h3{
	color:white;
	font-size:30px;
	font-weight:bold;
	
}

body{
	background-image: url("../images/oldSkewl.png");
	background-repeat: no-repeat;
	background-size: 2600px 1500px;
	
	
}





button{
	  display: inline-block;
	  padding: 15px 25px;
	  font-size: 30px;
	  cursor: pointer;
	  text-align: center;
	  text-decoration: none;
	  color:white;
	  background-color: green;
	  border: none;
	  border-radius: 15px;
	  box-shadow: 0 15px #999;
  }
	 


button:hover {background-color: #3eee41}


button:active {
  background-color: #3eee41;
  box-shadow: 0 10px #666;
  transform: translateY(5px);
}


	// https://www.w3schools.com/css/css3_buttons.asp


canvas {
	border: 3px solid green;
	border-radius: 50px;

	
	
}


	
