h1{
	color:red;
}
h2{
	color:black;
}

button{
    background-color:black; 
     border:2px solid red;
     color:red;
     padding: 15px 32px;
     text-align: center;
     text-decoration: none;
     display: inline-block;
     font-size: 16px;
}

canvas{
	border: 2px dashed red;
	border-style: double;
	border-width: 10px;
	border-radius: 20px;
}

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



