html{
  max-width: 800;
  max-height: 600px;
  width: auto;
  text-align: center;
  background-image: url("../img/background.png") ;
  	}


body{
 text-align: center;
}

 #canvas{
 	width:800px;
 	height:600px;
    border:6px solid #111;
 }

 .button {
   background-color: #FF7F00;
   border: none;
   color: white;
   padding: 15px 32px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 20px;
   margin: 4px 2px;
   cursor: pointer;
   border-radius: 12px;
   font-family: catskin;
 }