body{
	background-color: bisque ;
}
p{
	font-size: 50px;
	color: lime;
	text-align: center;
}
.in1{
	display: block;
	margin-bottom: 20px;
	width: 25%;
	height: 1cm;
	font-size: 24px;
	font-family: cursive;
	color: darkviolet;
}
.s1{
	font-size: 24px;
	color: blue;
}
.s2{
	font-size: 24px;
	color: hotpink;
}
.s3{
	color: cadetblue;
	font-size: 24px;
}
.in3{
	width: 15px;
	height: 15px;
	background-color: darkgrey;

}
.submit,.reset,.play{
	font-size: 24px;
	color: green;
}
.reset{
	color: red;
}
.play{
	color: blue;
}