body{
	background-color:coral;
}


button{
	padding:10px;
	background-color:orange;
	border-radius:10px;
	font-family: "Times New Roman", Times, monoscope;
	font-size:100%;
}
#btn{
	padding:10px;
	background-color:olive;
	border-radius:10px;
	font-family: "Times New Roman", Times, monoscope;
	font-size:100%;
}
#btn1{
	padding:10px;
	background-color:;
	border-radius:10px;
	font-family: "Times New Roman", Times, monoscope;
	font-size:100%;
}
#defnition{
	padding:10px;
	height:50px;
	width:100%;
	margin:3px;
	border-radius:10px;
	background-color:cornsilk;
	font-size:15px;
}
#defnition2{
	padding:10px;
	height:50px;
	width:100%;
	margin:3px;
	border-radius:10px;
	background-color:cornsilk;
	font-size:15px;
}

