
 

canvas{
	position: absolute;
	top : 10 px;
	left : 400 px ;
	right : 200 px;
	border : 10px solid violet
}
 

input {
	display: block;
	border: 0;
	line-height: 2.5;
	padding: 0 20px;
	margin: 10px;
	font-size: 1rem;
	text-align: center;
	color: #b48f16;
	text-shadow: 1px 1px 1px #000;
	border-radius: 10px;
	background-color: rgb(190, 230, 189);
	background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
	box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6);
  }

button {
	display: block;
	border: 0;
	line-height: 2.5;
	padding: 0 20px;
	margin: 20px;
	font-size: 1rem;
	text-align: center;
	color: #EEF175;
	text-shadow: 1px 1px 1px #000;
	border-radius: 10px;
	background-color: rgba(220, 0, 0, 1);
	background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
	box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6);
  }
