p {
  display: block;
	border-radius: 20px;
}
canvas{
  background-color: burlywood;
	display: block;
	border:2px dashed red ;
	border-radius: 20px;
}
button {
	background-color: rgba(255, 255, 255, 0.2);
	color: white;
	border-radius: 200px;
	border: solid 1px white;
	cursor: pointer;
	outline: none;
	font-size:28px;
  }